Shades of Tacao #EDB27C
Tints of Tacao #EDB27C
RGB
CMYK
RGB Variations
Color information
#EDB27C (or 0xEDB27C) is known color: 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
| RGB | 237 | 178 | 124 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.07 |
| HSL | 28.67º | 0.76% | 0.71% | - |
| HSV(B) | 28.67º | 0.48% | 0.93% | - |
| XYZ | 54.48 | 51.3 | 26.1 | - |
| YUV | 189.49 | 91.05 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 124 | 0 | 0.25 | 0.48 | 0.07 | 28.67 | 0.76 | 0.71 |
| Hex | ED | B2 | 7C | 0 | 19 | 30 | 7 | 1D | 4C | 47 |
| Octal | 355 | 262 | 174 | 0 | 31 | 60 | 7 | 35 | 114 | 107 |
| Binary | 11101101 | 10110010 | 1111100 | 0 | 11001 | 110000 | 111 | 11101 | 1001100 | 1000111 |
Color Harmonies of #EDB27C
Complementary color
Monochromatic Colors of #EDB27C
Black with #EDB27C
Text Example
Text Example
White with #EDB27C
Text Example
Text Example
HTML Codes & Css Web 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>