COLOR #EDB565

HEX: #EDB565
RGB: (237,181,101)

Renk bilgisi

#EDB565 contains mainly red and green colors. #EDB565 ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#EDB565 color RGB value is (237,181,101).

  • kırmız ton 237;
  • yeşil ton 181;
  • mavi ton 101.
RGB:
(237,181,101)
(93%,71%,40%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 181 of 255 = 71%
B 101 of 255 = 40%

237
181
101

R + G + B ~ 68%. #EDB565 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 181 + 101 = 519 (100%)
R 237 of 519 ~ 45.66%
G 181 of 519 ~ 34.87%
B 101 of 519 ~ 19.46%

%45.66
%34.87
%19.46

CMYK RENK MODELİ

#EDB565 rengi CMYK tonu (0,24,57,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.63%
  • sarı tonu 57.38%
  • ana renk tonu 7.06%
CMYK:
(0,24,57,7)
C0M24Y57K7 
(0%,24%,57%,7%)
(0.00/0.24/0.57/0.07)	

CMYK yüzdeleri

%0
%23.63
%57.38
%7.06

Codes

Color #EDB565 in popluar color models

EDB565
RGB237181101
HSL35°79.07%66.27%
HSB/HSV35°57.38%92.94%
CMYK0.00%23.63%57.38%
7.06%

Color #EDB565 in popluar number systems.

HEXEDB565
Decimal237181101
Binary11101101101101011100101
Octal355265145

Shades and tints

Shades of #EDB565

#EDB565
(237,181,101)
#D8A55C
(216,165,92)
#C39553
(195,149,83)
#AE854A
(174,133,74)
#997541
(153,117,65)
#846538
(132,101,56)
#6F552F
(111,85,47)
#5A4526
(90,69,38)
#45351D
(69,53,29)
#302514
(48,37,20)
#1B150B
(27,21,11)
#000000
(0,0,0)

Tints of #EDB565

#EDB565
(237,181,101)
#EEBB73
(238,187,115)
#EFC181
(239,193,129)
#F0C78F
(240,199,143)
#F1CD9D
(241,205,157)
#F2D3AB
(242,211,171)
#F3D9B9
(243,217,185)
#F4DFC7
(244,223,199)
#F5E5D5
(245,229,213)
#F6EBE3
(246,235,227)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB565 color. Also use rgb(237,181,101) instead hex code.

Text Font Color

.myTextColor { color: #EDB565; }

<p style="color:#EDB565">This sample text font color is #EDB565.</p>

This text font color is #EDB565.


Background Color

.myBgColor { background-color: #EDB565; }

<div style="background-color:#EDB565">Inner text</div>

This div background color is #EDB565.


Border color

.myBorderColor { border: 1px solid #EDB565; }

<div style="border:3px solid #EDB565">Div</div>

This div border color is #EDB565.


Opacity

.myOpacity80 { color: #EDB565; opacity: 0.8; }

<p style="color:#EDB565;opacity:0.8;">80%</p>

Text with #EDB565 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EDB565;}

<p style="text-shadow: 3px 3px 1px #EDB565">Text here.</p>

This text has shadow with #EDB565 color.

.textShadow {text-shadow: 3px 3px 1px #EDB565, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EDB565, 5px 5px 20px red">Text here.</p>

This text has shadow with #EDB565 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDB565, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EDB565, Direction=45, Strength=4)">Text</p>

This text has shadow with #EDB565 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EDB565;
  -webkit-box-shadow:	1px 1px 3px 2px #EDB565;
  box-shadow:		1px 1px 3px 2px #EDB565;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDB565;
-webkit-box-shadow: 1px 1px 3px 2px #EDB565;
box-shadow:1px 1px 3px 2px #EDB565;">
Div content here</div>
This div box has shadow with color #EDB565.

Preview

Color preview on black background

This text has color #EDB565 on black background.


Color preview on white background

This text has color #EDB565 on white background.



Black color preview on #EDB565 background

This text has black color on #EDB565 background.


White color preview on #EDB565 background

This text has white color on #EDB565 background.