Shades of Tacao #EEA274
Tints of Tacao #EEA274
RGB
CMYK
RGB Variations
Color information
#EEA274 (or 0xEEA274) is known color: Tacao. HEX triplet: EE, A2 and 74. RGB value is (238,162,116). Sum of RGB (Red+Green+Blue) = 238+162+116=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 116 (45.70% from 255 or 22.48% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA274 is #115D8B. Grayscale: #B3B3B3. Windows color (decimal): -1138060 or 7643886. OLE color: 7643886.
HSL color Cylindrical-coordinate representation of color #EEA274: hue angle of 22.62º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEA274 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 116 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.07 |
| HSL | 22.62º | 0.78% | 0.69% | - |
| HSV(B) | 22.62º | 0.51% | 0.93% | - |
| XYZ | 51.33 | 45.28 | 22.56 | - |
| YUV | 179.48 | 92.18 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 116 | 0 | 0.32 | 0.51 | 0.07 | 22.62 | 0.78 | 0.69 |
| Hex | EE | A2 | 74 | 0 | 20 | 33 | 7 | 17 | 4E | 45 |
| Octal | 356 | 242 | 164 | 0 | 40 | 63 | 7 | 27 | 116 | 105 |
| Binary | 11101110 | 10100010 | 1110100 | 0 | 100000 | 110011 | 111 | 10111 | 1001110 | 1000101 |
Color Harmonies of #EEA274
Complementary color
Monochromatic Colors of #EEA274
Black with #EEA274
Text Example
Text Example
White with #EEA274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA274; }
p { color: rgb(238,162,116); }
H1.HeaderClassName
{
color: #EEA274;
}
.AnyTagClassName
{
color: #EEA274;
}
</style>
background-color css
<style>
a { background-color: #EEA274; }
a { background-color: rgb(238,162,116); }
div.DivClassName
{
background-color: #EEA274;
}
.BgClassName
{
background-color: #EEA274;
}
</style>
border-color css
<style>
span { border-color: #EEA274; }
span { border-color: rgb(238,162,116); }
td.TdClassName
{
border-color: #EEA274;
}
.TagClassName
{
border-color: #EEA274;
}
</style>