Shades of Tulip Tree #EEB33D
Tints of Tulip Tree #EEB33D
RGB
CMYK
RGB Variations
Color information
#EEB33D (or 0xEEB33D) is known color: Tulip Tree. HEX triplet: EE, B3 and 3D. RGB value is (238,179,61). Sum of RGB (Red+Green+Blue) = 238+179+61=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 61 (24.22% from 255 or 12.76% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB33D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB33D is #114CC2. Grayscale: #B7B7B7. Windows color (decimal): -1133763 or 4043758. OLE color: 4043758.
HSL color Cylindrical-coordinate representation of color #EEB33D: hue angle of 40º 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 #EEB33D is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 61 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.07 |
| HSL | 40º | 0.84% | 0.59% | - |
| HSV(B) | 40º | 0.74% | 0.93% | - |
| XYZ | 52.22 | 50.75 | 11.46 | - |
| YUV | 183.19 | 59.05 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 61 | 0 | 0.25 | 0.74 | 0.07 | 40 | 0.84 | 0.59 |
| Hex | EE | B3 | 3D | 0 | 19 | 4A | 7 | 28 | 54 | 3B |
| Octal | 356 | 263 | 75 | 0 | 31 | 112 | 7 | 50 | 124 | 73 |
| Binary | 11101110 | 10110011 | 111101 | 0 | 11001 | 1001010 | 111 | 101000 | 1010100 | 111011 |
Color Harmonies of #EEB33D
Complementary color
Monochromatic Colors of #EEB33D
Black with #EEB33D
Text Example
Text Example
White with #EEB33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB33D; }
p { color: rgb(238,179,61); }
H1.HeaderClassName
{
color: #EEB33D;
}
.AnyTagClassName
{
color: #EEB33D;
}
</style>
background-color css
<style>
a { background-color: #EEB33D; }
a { background-color: rgb(238,179,61); }
div.DivClassName
{
background-color: #EEB33D;
}
.BgClassName
{
background-color: #EEB33D;
}
</style>
border-color css
<style>
span { border-color: #EEB33D; }
span { border-color: rgb(238,179,61); }
td.TdClassName
{
border-color: #EEB33D;
}
.TagClassName
{
border-color: #EEB33D;
}
</style>