Shades of Tulip Tree #EBAE32
Tints of Tulip Tree #EBAE32
RGB
CMYK
RGB Variations
Color information
#EBAE32 (or 0xEBAE32) is known color: Tulip Tree. HEX triplet: EB, AE and 32. RGB value is (235,174,50). Sum of RGB (Red+Green+Blue) = 235+174+50=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAE32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAE32 is #1451CD. Grayscale: #B2B2B2. Windows color (decimal): -1331662 or 3321579. OLE color: 3321579.
HSL color Cylindrical-coordinate representation of color #EBAE32: hue angle of 40.22º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EBAE32 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 174 | 50 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.08 |
| HSL | 40.22º | 0.82% | 0.56% | - |
| HSV(B) | 40.22º | 0.79% | 0.92% | - |
| XYZ | 49.97 | 48.16 | 9.68 | - |
| YUV | 178.1 | 55.71 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 174 | 50 | 0 | 0.26 | 0.79 | 0.08 | 40.22 | 0.82 | 0.56 |
| Hex | EB | AE | 32 | 0 | 1A | 4F | 8 | 28 | 52 | 38 |
| Octal | 353 | 256 | 62 | 0 | 32 | 117 | 10 | 50 | 122 | 70 |
| Binary | 11101011 | 10101110 | 110010 | 0 | 11010 | 1001111 | 1000 | 101000 | 1010010 | 111000 |
Color Harmonies of #EBAE32
Complementary color
Monochromatic Colors of #EBAE32
Black with #EBAE32
Text Example
Text Example
White with #EBAE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAE32; }
p { color: rgb(235,174,50); }
H1.HeaderClassName
{
color: #EBAE32;
}
.AnyTagClassName
{
color: #EBAE32;
}
</style>
background-color css
<style>
a { background-color: #EBAE32; }
a { background-color: rgb(235,174,50); }
div.DivClassName
{
background-color: #EBAE32;
}
.BgClassName
{
background-color: #EBAE32;
}
</style>
border-color css
<style>
span { border-color: #EBAE32; }
span { border-color: rgb(235,174,50); }
td.TdClassName
{
border-color: #EBAE32;
}
.TagClassName
{
border-color: #EBAE32;
}
</style>