Shades of Tulip Tree #EEB438
Tints of Tulip Tree #EEB438
RGB
CMYK
RGB Variations
Color information
#EEB438 (or 0xEEB438) is known color: Tulip Tree. HEX triplet: EE, B4 and 38. RGB value is (238,180,56). Sum of RGB (Red+Green+Blue) = 238+180+56=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 56 (22.27% from 255 or 11.81% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB438 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB438 is #114BC7. Grayscale: #B7B7B7. Windows color (decimal): -1133512 or 3716334. OLE color: 3716334.
HSL color Cylindrical-coordinate representation of color #EEB438: hue angle of 40.88º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EEB438 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 56 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.07 |
| HSL | 40.88º | 0.84% | 0.58% | - |
| HSV(B) | 40.88º | 0.76% | 0.93% | - |
| XYZ | 52.29 | 51.11 | 10.85 | - |
| YUV | 183.21 | 56.22 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 56 | 0 | 0.24 | 0.76 | 0.07 | 40.88 | 0.84 | 0.58 |
| Hex | EE | B4 | 38 | 0 | 18 | 4C | 7 | 29 | 54 | 3A |
| Octal | 356 | 264 | 70 | 0 | 30 | 114 | 7 | 51 | 124 | 72 |
| Binary | 11101110 | 10110100 | 111000 | 0 | 11000 | 1001100 | 111 | 101001 | 1010100 | 111010 |
Color Harmonies of #EEB438
Complementary color
Monochromatic Colors of #EEB438
Black with #EEB438
Text Example
Text Example
White with #EEB438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB438; }
p { color: rgb(238,180,56); }
H1.HeaderClassName
{
color: #EEB438;
}
.AnyTagClassName
{
color: #EEB438;
}
</style>
background-color css
<style>
a { background-color: #EEB438; }
a { background-color: rgb(238,180,56); }
div.DivClassName
{
background-color: #EEB438;
}
.BgClassName
{
background-color: #EEB438;
}
</style>
border-color css
<style>
span { border-color: #EEB438; }
span { border-color: rgb(238,180,56); }
td.TdClassName
{
border-color: #EEB438;
}
.TagClassName
{
border-color: #EEB438;
}
</style>