Shades of Tacao #EEAD7D
Tints of Tacao #EEAD7D
RGB
CMYK
RGB Variations
Color information
#EEAD7D (or 0xEEAD7D) is known color: Tacao. HEX triplet: EE, AD and 7D. RGB value is (238,173,125). Sum of RGB (Red+Green+Blue) = 238+173+125=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAD7D is #115282. Grayscale: #BBBBBB. Windows color (decimal): -1135235 or 8236526. OLE color: 8236526.
HSL color Cylindrical-coordinate representation of color #EEAD7D: hue angle of 25.49º 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 #EEAD7D is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 125 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.07 |
| HSL | 25.49º | 0.77% | 0.71% | - |
| HSV(B) | 25.49º | 0.47% | 0.93% | - |
| XYZ | 53.91 | 49.54 | 26.12 | - |
| YUV | 186.96 | 93.03 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 125 | 0 | 0.27 | 0.47 | 0.07 | 25.49 | 0.77 | 0.71 |
| Hex | EE | AD | 7D | 0 | 1B | 2F | 7 | 19 | 4D | 47 |
| Octal | 356 | 255 | 175 | 0 | 33 | 57 | 7 | 31 | 115 | 107 |
| Binary | 11101110 | 10101101 | 1111101 | 0 | 11011 | 101111 | 111 | 11001 | 1001101 | 1000111 |
Color Harmonies of #EEAD7D
Complementary color
Monochromatic Colors of #EEAD7D
Black with #EEAD7D
Text Example
Text Example
White with #EEAD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAD7D; }
p { color: rgb(238,173,125); }
H1.HeaderClassName
{
color: #EEAD7D;
}
.AnyTagClassName
{
color: #EEAD7D;
}
</style>
background-color css
<style>
a { background-color: #EEAD7D; }
a { background-color: rgb(238,173,125); }
div.DivClassName
{
background-color: #EEAD7D;
}
.BgClassName
{
background-color: #EEAD7D;
}
</style>
border-color css
<style>
span { border-color: #EEAD7D; }
span { border-color: rgb(238,173,125); }
td.TdClassName
{
border-color: #EEAD7D;
}
.TagClassName
{
border-color: #EEAD7D;
}
</style>