Shades of Tulip Tree #EEB53D
Tints of Tulip Tree #EEB53D
RGB
CMYK
RGB Variations
Color information
#EEB53D (or 0xEEB53D) is known color: Tulip Tree. HEX triplet: EE, B5 and 3D. RGB value is (238,181,61). Sum of RGB (Red+Green+Blue) = 238+181+61=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 61 (24.22% from 255 or 12.71% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB53D is #114AC2. Grayscale: #B8B8B8. Windows color (decimal): -1133251 or 4044270. OLE color: 4044270.
HSL color Cylindrical-coordinate representation of color #EEB53D: hue angle of 40.68º 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 #EEB53D is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 61 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.07 |
| HSL | 40.68º | 0.84% | 0.59% | - |
| HSV(B) | 40.68º | 0.74% | 0.93% | - |
| XYZ | 52.63 | 51.56 | 11.59 | - |
| YUV | 184.36 | 58.38 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 61 | 0 | 0.24 | 0.74 | 0.07 | 40.68 | 0.84 | 0.59 |
| Hex | EE | B5 | 3D | 0 | 18 | 4A | 7 | 29 | 54 | 3B |
| Octal | 356 | 265 | 75 | 0 | 30 | 112 | 7 | 51 | 124 | 73 |
| Binary | 11101110 | 10110101 | 111101 | 0 | 11000 | 1001010 | 111 | 101001 | 1010100 | 111011 |
Color Harmonies of #EEB53D
Complementary color
Monochromatic Colors of #EEB53D
Black with #EEB53D
Text Example
Text Example
White with #EEB53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB53D; }
p { color: rgb(238,181,61); }
H1.HeaderClassName
{
color: #EEB53D;
}
.AnyTagClassName
{
color: #EEB53D;
}
</style>
background-color css
<style>
a { background-color: #EEB53D; }
a { background-color: rgb(238,181,61); }
div.DivClassName
{
background-color: #EEB53D;
}
.BgClassName
{
background-color: #EEB53D;
}
</style>
border-color css
<style>
span { border-color: #EEB53D; }
span { border-color: rgb(238,181,61); }
td.TdClassName
{
border-color: #EEB53D;
}
.TagClassName
{
border-color: #EEB53D;
}
</style>