Shades of Tulip Tree #EEB344
Tints of Tulip Tree #EEB344
RGB
CMYK
RGB Variations
Color information
#EEB344 (or 0xEEB344) is known color: Tulip Tree. HEX triplet: EE, B3 and 44. RGB value is (238,179,68). Sum of RGB (Red+Green+Blue) = 238+179+68=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 68 (26.95% from 255 or 14.02% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB344 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB344 is #114CBB. Grayscale: #B8B8B8. Windows color (decimal): -1133756 or 4502510. OLE color: 4502510.
HSL color Cylindrical-coordinate representation of color #EEB344: hue angle of 39.18º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EEB344 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 68 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.07 |
| HSL | 39.18º | 0.83% | 0.6% | - |
| HSV(B) | 39.18º | 0.71% | 0.93% | - |
| XYZ | 52.42 | 50.83 | 12.52 | - |
| YUV | 183.99 | 62.55 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 68 | 0 | 0.25 | 0.71 | 0.07 | 39.18 | 0.83 | 0.6 |
| Hex | EE | B3 | 44 | 0 | 19 | 47 | 7 | 27 | 53 | 3C |
| Octal | 356 | 263 | 104 | 0 | 31 | 107 | 7 | 47 | 123 | 74 |
| Binary | 11101110 | 10110011 | 1000100 | 0 | 11001 | 1000111 | 111 | 100111 | 1010011 | 111100 |
Color Harmonies of #EEB344
Complementary color
Monochromatic Colors of #EEB344
Black with #EEB344
Text Example
Text Example
White with #EEB344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB344; }
p { color: rgb(238,179,68); }
H1.HeaderClassName
{
color: #EEB344;
}
.AnyTagClassName
{
color: #EEB344;
}
</style>
background-color css
<style>
a { background-color: #EEB344; }
a { background-color: rgb(238,179,68); }
div.DivClassName
{
background-color: #EEB344;
}
.BgClassName
{
background-color: #EEB344;
}
</style>
border-color css
<style>
span { border-color: #EEB344; }
span { border-color: rgb(238,179,68); }
td.TdClassName
{
border-color: #EEB344;
}
.TagClassName
{
border-color: #EEB344;
}
</style>