#EDB279

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

Shades of Tacao #EDB279

Tints of Tacao #EDB279

Color information

#EDB279 (or 0xEDB279) is unknown color: approx Tacao. HEX triplet: ED, B2 and 79. RGB value is (237,178,121). Sum of RGB (Red+Green+Blue) = 237+178+121=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 121 (47.66% from 255 or 22.57% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB279 is #124D86. Grayscale: #BDBDBD. Windows color (decimal): -1199495 or 7975661. OLE color: 7975661.

HSL color Cylindrical-coordinate representation of color #EDB279: hue angle of 29.48º 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 #EDB279 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB237178121-
CMYK00.250.490.07
HSL29.48º76.32%70.2%-
HSV(B)29.48º48.95%92.94%-
XYZ54.351.2325.11-
YUV189.1489.55162.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.22%
GREEN value IS 178 (69.92% from 255) = 33.21%
BLUE value IS 121 (47.66% from 255) = 22.57%
R=44.22%
G=33.21%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717812100.250.490.0729.4876.3270.2
HexEDB2790193171d4c46
Octal35526217103161735114106
Binary111011011011001011110010110011100011111110110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB279; }

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

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

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

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

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

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

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

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