#EDB379

Color #EDB379 Tacao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacao #EDB379

Tints of Tacao #EDB379

Color information

#EDB379 (or 0xEDB379) is unknown color: approx Tacao. HEX triplet: ED, B3 and 79. RGB value is (237,179,121). Sum of RGB (Red+Green+Blue) = 237+179+121=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 179 (70.31% from 255 or 33.33% from 537); Blue value is 121 (47.66% from 255 or 22.53% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB379 is #124C86. Grayscale: #BEBEBE. Windows color (decimal): -1199239 or 7975917. OLE color: 7975917.

HSL color Cylindrical-coordinate representation of color #EDB379: hue angle of 30º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDB379 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB237179121-
CMYK00.240.490.07
HSL30º76.32%70.2%-
HSV(B)30º48.95%92.94%-
XYZ54.551.6325.18-
YUV189.7389.22161.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 44.13%
GREEN value IS 179 (70.31% from 255) = 33.33%
BLUE value IS 121 (47.66% from 255) = 22.53%
R=44.13%
G=33.33%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717912100.240.490.073076.3270.2
HexEDB3790183171e4c46
Octal35526317103061736114106
Binary111011011011001111110010110001100011111111010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB379; }

 p { color: rgb(237,179,121); }

 H1.HeaderClassName
 {
   color: #EDB379;
 }
 .AnyTagClassName
 {
   color: #EDB379;
 }
</style>
background-color css

<style>
 a { background-color: #EDB379; }

 a { background-color: rgb(237,179,121); }

 div.DivClassName
 {
   background-color: #EDB379;
 }
 .BgClassName
 {
   background-color: #EDB379;
 }
</style>
border-color css

<style>
 span { border-color: #EDB379; }

 span { border-color: rgb(237,179,121); }

 td.TdClassName
 {
   border-color: #EDB379;
 }
 .TagClassName
 {
   border-color: #EDB379;
 }
</style>