Shades of Tulip Tree #EAB242
Tints of Tulip Tree #EAB242
RGB
CMYK
RGB Variations
Color information
#EAB242 (or 0xEAB242) is known color: Tulip Tree. HEX triplet: EA, B2 and 42. RGB value is (234,178,66). Sum of RGB (Red+Green+Blue) = 234+178+66=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 66 (26.17% from 255 or 13.81% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB242 is #154DBD. Grayscale: #B6B6B6. Windows color (decimal): -1396158 or 4371178. OLE color: 4371178.
HSL color Cylindrical-coordinate representation of color #EAB242: hue angle of 40º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EAB242 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 178 | 66 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.08 |
| HSL | 40º | 0.8% | 0.59% | - |
| HSV(B) | 40º | 0.72% | 0.92% | - |
| XYZ | 50.84 | 49.73 | 12.07 | - |
| YUV | 181.98 | 62.55 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 178 | 66 | 0 | 0.24 | 0.72 | 0.08 | 40 | 0.8 | 0.59 |
| Hex | EA | B2 | 42 | 0 | 18 | 48 | 8 | 28 | 50 | 3B |
| Octal | 352 | 262 | 102 | 0 | 30 | 110 | 10 | 50 | 120 | 73 |
| Binary | 11101010 | 10110010 | 1000010 | 0 | 11000 | 1001000 | 1000 | 101000 | 1010000 | 111011 |
Color Harmonies of #EAB242
Complementary color
Monochromatic Colors of #EAB242
Black with #EAB242
Text Example
Text Example
White with #EAB242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB242; }
p { color: rgb(234,178,66); }
H1.HeaderClassName
{
color: #EAB242;
}
.AnyTagClassName
{
color: #EAB242;
}
</style>
background-color css
<style>
a { background-color: #EAB242; }
a { background-color: rgb(234,178,66); }
div.DivClassName
{
background-color: #EAB242;
}
.BgClassName
{
background-color: #EAB242;
}
</style>
border-color css
<style>
span { border-color: #EAB242; }
span { border-color: rgb(234,178,66); }
td.TdClassName
{
border-color: #EAB242;
}
.TagClassName
{
border-color: #EAB242;
}
</style>