Shades of Tulip Tree #EAB438
Tints of Tulip Tree #EAB438
RGB
CMYK
RGB Variations
Color information
#EAB438 (or 0xEAB438) is known color: Tulip Tree. HEX triplet: EA, B4 and 38. RGB value is (234,180,56). Sum of RGB (Red+Green+Blue) = 234+180+56=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 56 (22.27% from 255 or 11.91% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB438 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB438 is #154BC7. Grayscale: #B6B6B6. Windows color (decimal): -1395656 or 3716330. OLE color: 3716330.
HSL color Cylindrical-coordinate representation of color #EAB438: hue angle of 41.8º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EAB438 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 56 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.08 |
| HSL | 41.8º | 0.81% | 0.57% | - |
| HSV(B) | 41.8º | 0.76% | 0.92% | - |
| XYZ | 50.97 | 50.42 | 10.79 | - |
| YUV | 182.01 | 56.89 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 56 | 0 | 0.23 | 0.76 | 0.08 | 41.8 | 0.81 | 0.57 |
| Hex | EA | B4 | 38 | 0 | 17 | 4C | 8 | 2A | 51 | 39 |
| Octal | 352 | 264 | 70 | 0 | 27 | 114 | 10 | 52 | 121 | 71 |
| Binary | 11101010 | 10110100 | 111000 | 0 | 10111 | 1001100 | 1000 | 101010 | 1010001 | 111001 |
Color Harmonies of #EAB438
Complementary color
Monochromatic Colors of #EAB438
Black with #EAB438
Text Example
Text Example
White with #EAB438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB438; }
p { color: rgb(234,180,56); }
H1.HeaderClassName
{
color: #EAB438;
}
.AnyTagClassName
{
color: #EAB438;
}
</style>
background-color css
<style>
a { background-color: #EAB438; }
a { background-color: rgb(234,180,56); }
div.DivClassName
{
background-color: #EAB438;
}
.BgClassName
{
background-color: #EAB438;
}
</style>
border-color css
<style>
span { border-color: #EAB438; }
span { border-color: rgb(234,180,56); }
td.TdClassName
{
border-color: #EAB438;
}
.TagClassName
{
border-color: #EAB438;
}
</style>