Shades of Tulip Tree #EEB13F
Tints of Tulip Tree #EEB13F
RGB
CMYK
RGB Variations
Color information
#EEB13F (or 0xEEB13F) is known color: Tulip Tree. HEX triplet: EE, B1 and 3F. RGB value is (238,177,63). Sum of RGB (Red+Green+Blue) = 238+177+63=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 63 (25% from 255 or 13.18% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB13F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB13F is #114EC0. Grayscale: #B6B6B6. Windows color (decimal): -1134273 or 4174318. OLE color: 4174318.
HSL color Cylindrical-coordinate representation of color #EEB13F: hue angle of 39.09º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EEB13F is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 177 | 63 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.07 |
| HSL | 39.09º | 0.84% | 0.59% | - |
| HSV(B) | 39.09º | 0.74% | 0.93% | - |
| XYZ | 51.88 | 49.98 | 11.62 | - |
| YUV | 182.24 | 60.71 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 63 | 0 | 0.26 | 0.74 | 0.07 | 39.09 | 0.84 | 0.59 |
| Hex | EE | B1 | 3F | 0 | 1A | 4A | 7 | 27 | 54 | 3B |
| Octal | 356 | 261 | 77 | 0 | 32 | 112 | 7 | 47 | 124 | 73 |
| Binary | 11101110 | 10110001 | 111111 | 0 | 11010 | 1001010 | 111 | 100111 | 1010100 | 111011 |
Color Harmonies of #EEB13F
Complementary color
Monochromatic Colors of #EEB13F
Black with #EEB13F
Text Example
Text Example
White with #EEB13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB13F; }
p { color: rgb(238,177,63); }
H1.HeaderClassName
{
color: #EEB13F;
}
.AnyTagClassName
{
color: #EEB13F;
}
</style>
background-color css
<style>
a { background-color: #EEB13F; }
a { background-color: rgb(238,177,63); }
div.DivClassName
{
background-color: #EEB13F;
}
.BgClassName
{
background-color: #EEB13F;
}
</style>
border-color css
<style>
span { border-color: #EEB13F; }
span { border-color: rgb(238,177,63); }
td.TdClassName
{
border-color: #EEB13F;
}
.TagClassName
{
border-color: #EEB13F;
}
</style>