Shades of Tulip Tree #EEB242
Tints of Tulip Tree #EEB242
RGB
CMYK
RGB Variations
Color information
#EEB242 (or 0xEEB242) is known color: Tulip Tree. HEX triplet: EE, B2 and 42. RGB value is (238,178,66). Sum of RGB (Red+Green+Blue) = 238+178+66=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 66 (26.17% from 255 or 13.69% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB242 is #114DBD. Grayscale: #B7B7B7. Windows color (decimal): -1134014 or 4371182. OLE color: 4371182.
HSL color Cylindrical-coordinate representation of color #EEB242: hue angle of 39.07º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EEB242 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 66 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.07 |
| HSL | 39.07º | 0.83% | 0.6% | - |
| HSV(B) | 39.07º | 0.72% | 0.93% | - |
| XYZ | 52.16 | 50.41 | 12.14 | - |
| YUV | 183.17 | 61.88 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 66 | 0 | 0.25 | 0.72 | 0.07 | 39.07 | 0.83 | 0.6 |
| Hex | EE | B2 | 42 | 0 | 19 | 48 | 7 | 27 | 53 | 3C |
| Octal | 356 | 262 | 102 | 0 | 31 | 110 | 7 | 47 | 123 | 74 |
| Binary | 11101110 | 10110010 | 1000010 | 0 | 11001 | 1001000 | 111 | 100111 | 1010011 | 111100 |
Color Harmonies of #EEB242
Complementary color
Monochromatic Colors of #EEB242
Black with #EEB242
Text Example
Text Example
White with #EEB242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB242; }
p { color: rgb(238,178,66); }
H1.HeaderClassName
{
color: #EEB242;
}
.AnyTagClassName
{
color: #EEB242;
}
</style>
background-color css
<style>
a { background-color: #EEB242; }
a { background-color: rgb(238,178,66); }
div.DivClassName
{
background-color: #EEB242;
}
.BgClassName
{
background-color: #EEB242;
}
</style>
border-color css
<style>
span { border-color: #EEB242; }
span { border-color: rgb(238,178,66); }
td.TdClassName
{
border-color: #EEB242;
}
.TagClassName
{
border-color: #EEB242;
}
</style>