Shades of Tulip Tree #EAAE32
Tints of Tulip Tree #EAAE32
RGB
CMYK
RGB Variations
Color information
#EAAE32 (or 0xEAAE32) is known color: Tulip Tree. HEX triplet: EA, AE and 32. RGB value is (234,174,50). Sum of RGB (Red+Green+Blue) = 234+174+50=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 50 (19.92% from 255 or 10.92% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAE32 is #1551CD. Grayscale: #B2B2B2. Windows color (decimal): -1397198 or 3321578. OLE color: 3321578.
HSL color Cylindrical-coordinate representation of color #EAAE32: hue angle of 40.43º degrees, saturation: 0.81, 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 #EAAE32 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 174 | 50 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.08 |
| HSL | 40.43º | 0.81% | 0.56% | - |
| HSV(B) | 40.43º | 0.79% | 0.92% | - |
| XYZ | 49.64 | 47.99 | 9.67 | - |
| YUV | 177.8 | 55.88 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 174 | 50 | 0 | 0.26 | 0.79 | 0.08 | 40.43 | 0.81 | 0.56 |
| Hex | EA | AE | 32 | 0 | 1A | 4F | 8 | 28 | 51 | 38 |
| Octal | 352 | 256 | 62 | 0 | 32 | 117 | 10 | 50 | 121 | 70 |
| Binary | 11101010 | 10101110 | 110010 | 0 | 11010 | 1001111 | 1000 | 101000 | 1010001 | 111000 |
Color Harmonies of #EAAE32
Complementary color
Monochromatic Colors of #EAAE32
Black with #EAAE32
Text Example
Text Example
White with #EAAE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAE32; }
p { color: rgb(234,174,50); }
H1.HeaderClassName
{
color: #EAAE32;
}
.AnyTagClassName
{
color: #EAAE32;
}
</style>
background-color css
<style>
a { background-color: #EAAE32; }
a { background-color: rgb(234,174,50); }
div.DivClassName
{
background-color: #EAAE32;
}
.BgClassName
{
background-color: #EAAE32;
}
</style>
border-color css
<style>
span { border-color: #EAAE32; }
span { border-color: rgb(234,174,50); }
td.TdClassName
{
border-color: #EAAE32;
}
.TagClassName
{
border-color: #EAAE32;
}
</style>