Shades of Tacao #EEB27D
Tints of Tacao #EEB27D
RGB
CMYK
RGB Variations
Color information
#EEB27D (or 0xEEB27D) is known color: Tacao. HEX triplet: EE, B2 and 7D. RGB value is (238,178,125). Sum of RGB (Red+Green+Blue) = 238+178+125=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB27D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB27D is #114D82. Grayscale: #BEBEBE. Windows color (decimal): -1133955 or 8237806. OLE color: 8237806.
HSL color Cylindrical-coordinate representation of color #EEB27D: hue angle of 28.14º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEB27D is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 125 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.07 |
| HSL | 28.14º | 0.77% | 0.71% | - |
| HSV(B) | 28.14º | 0.47% | 0.93% | - |
| XYZ | 54.88 | 51.5 | 26.45 | - |
| YUV | 189.9 | 91.38 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 125 | 0 | 0.25 | 0.47 | 0.07 | 28.14 | 0.77 | 0.71 |
| Hex | EE | B2 | 7D | 0 | 19 | 2F | 7 | 1C | 4D | 47 |
| Octal | 356 | 262 | 175 | 0 | 31 | 57 | 7 | 34 | 115 | 107 |
| Binary | 11101110 | 10110010 | 1111101 | 0 | 11001 | 101111 | 111 | 11100 | 1001101 | 1000111 |
Color Harmonies of #EEB27D
Complementary color
Monochromatic Colors of #EEB27D
Black with #EEB27D
Text Example
Text Example
White with #EEB27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB27D; }
p { color: rgb(238,178,125); }
H1.HeaderClassName
{
color: #EEB27D;
}
.AnyTagClassName
{
color: #EEB27D;
}
</style>
background-color css
<style>
a { background-color: #EEB27D; }
a { background-color: rgb(238,178,125); }
div.DivClassName
{
background-color: #EEB27D;
}
.BgClassName
{
background-color: #EEB27D;
}
</style>
border-color css
<style>
span { border-color: #EEB27D; }
span { border-color: rgb(238,178,125); }
td.TdClassName
{
border-color: #EEB27D;
}
.TagClassName
{
border-color: #EEB27D;
}
</style>