Shades of Tulip Tree #EBB542
Tints of Tulip Tree #EBB542
RGB
CMYK
RGB Variations
Color information
#EBB542 (or 0xEBB542) is known color: Tulip Tree. HEX triplet: EB, B5 and 42. RGB value is (235,181,66). Sum of RGB (Red+Green+Blue) = 235+181+66=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 66 (26.17% from 255 or 13.69% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB542 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBB542 is #144ABD. Grayscale: #B8B8B8. Windows color (decimal): -1329854 or 4371947. OLE color: 4371947.
HSL color Cylindrical-coordinate representation of color #EBB542: hue angle of 40.83º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EBB542 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 181 | 66 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.08 |
| HSL | 40.83º | 0.81% | 0.59% | - |
| HSV(B) | 40.83º | 0.72% | 0.92% | - |
| XYZ | 51.77 | 51.1 | 12.29 | - |
| YUV | 184.04 | 61.39 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 181 | 66 | 0 | 0.23 | 0.72 | 0.08 | 40.83 | 0.81 | 0.59 |
| Hex | EB | B5 | 42 | 0 | 17 | 48 | 8 | 29 | 51 | 3B |
| Octal | 353 | 265 | 102 | 0 | 27 | 110 | 10 | 51 | 121 | 73 |
| Binary | 11101011 | 10110101 | 1000010 | 0 | 10111 | 1001000 | 1000 | 101001 | 1010001 | 111011 |
Color Harmonies of #EBB542
Complementary color
Monochromatic Colors of #EBB542
Black with #EBB542
Text Example
Text Example
White with #EBB542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB542; }
p { color: rgb(235,181,66); }
H1.HeaderClassName
{
color: #EBB542;
}
.AnyTagClassName
{
color: #EBB542;
}
</style>
background-color css
<style>
a { background-color: #EBB542; }
a { background-color: rgb(235,181,66); }
div.DivClassName
{
background-color: #EBB542;
}
.BgClassName
{
background-color: #EBB542;
}
</style>
border-color css
<style>
span { border-color: #EBB542; }
span { border-color: rgb(235,181,66); }
td.TdClassName
{
border-color: #EBB542;
}
.TagClassName
{
border-color: #EBB542;
}
</style>