Shades of Tulip Tree #EAB53D
Tints of Tulip Tree #EAB53D
RGB
CMYK
RGB Variations
Color information
#EAB53D (or 0xEAB53D) is known color: Tulip Tree. HEX triplet: EA, B5 and 3D. RGB value is (234,181,61). Sum of RGB (Red+Green+Blue) = 234+181+61=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 61 (24.22% from 255 or 12.82% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB53D is #154AC2. Grayscale: #B7B7B7. Windows color (decimal): -1395395 or 4044266. OLE color: 4044266.
HSL color Cylindrical-coordinate representation of color #EAB53D: hue angle of 41.62º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EAB53D is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 61 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.08 |
| HSL | 41.62º | 0.8% | 0.58% | - |
| HSV(B) | 41.62º | 0.74% | 0.92% | - |
| XYZ | 51.3 | 50.88 | 11.53 | - |
| YUV | 183.17 | 59.06 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 61 | 0 | 0.23 | 0.74 | 0.08 | 41.62 | 0.8 | 0.58 |
| Hex | EA | B5 | 3D | 0 | 17 | 4A | 8 | 2A | 50 | 3A |
| Octal | 352 | 265 | 75 | 0 | 27 | 112 | 10 | 52 | 120 | 72 |
| Binary | 11101010 | 10110101 | 111101 | 0 | 10111 | 1001010 | 1000 | 101010 | 1010000 | 111010 |
Color Harmonies of #EAB53D
Complementary color
Monochromatic Colors of #EAB53D
Black with #EAB53D
Text Example
Text Example
White with #EAB53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB53D; }
p { color: rgb(234,181,61); }
H1.HeaderClassName
{
color: #EAB53D;
}
.AnyTagClassName
{
color: #EAB53D;
}
</style>
background-color css
<style>
a { background-color: #EAB53D; }
a { background-color: rgb(234,181,61); }
div.DivClassName
{
background-color: #EAB53D;
}
.BgClassName
{
background-color: #EAB53D;
}
</style>
border-color css
<style>
span { border-color: #EAB53D; }
span { border-color: rgb(234,181,61); }
td.TdClassName
{
border-color: #EAB53D;
}
.TagClassName
{
border-color: #EAB53D;
}
</style>