#EDB27C

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

Shades of Tacao #EDB27C

Tints of Tacao #EDB27C

Color information

#EDB27C (or 0xEDB27C) is unknown color: approx Tacao. HEX triplet: ED, B2 and 7C. RGB value is (237,178,124). Sum of RGB (Red+Green+Blue) = 237+178+124=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 124 (48.83% from 255 or 23.01% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB27C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB27C is #124D83. Grayscale: #BDBDBD. Windows color (decimal): -1199492 or 8172269. OLE color: 8172269.

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

Color convert

RGB237178124-
CMYK00.250.480.07
HSL28.67º75.84%70.78%-
HSV(B)28.67º47.68%92.94%-
XYZ54.4851.326.1-
YUV189.4891.05161.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.97%
GREEN value IS 178 (69.92% from 255) = 33.02%
BLUE value IS 124 (48.83% from 255) = 23.01%
R=43.97%
G=33.02%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717812400.250.480.0728.6775.8470.78
HexEDB27C0193071d4c47
Octal35526217403160735114107
Binary111011011011001011111000110011100001111110110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB27C; }

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

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

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

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

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

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

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

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