Shades of Tulip Tree #EAB335
Tints of Tulip Tree #EAB335
RGB
CMYK
RGB Variations
Color information
#EAB335 (or 0xEAB335) is known color: Tulip Tree. HEX triplet: EA, B3 and 35. RGB value is (234,179,53). Sum of RGB (Red+Green+Blue) = 234+179+53=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 53 (21.09% from 255 or 11.37% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB335 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB335 is #154CCA. Grayscale: #B5B5B5. Windows color (decimal): -1395915 or 3519466. OLE color: 3519466.
HSL color Cylindrical-coordinate representation of color #EAB335: hue angle of 41.77º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EAB335 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 53 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.08 |
| HSL | 41.77º | 0.81% | 0.56% | - |
| HSV(B) | 41.77º | 0.77% | 0.92% | - |
| XYZ | 50.69 | 49.99 | 10.35 | - |
| YUV | 181.08 | 55.72 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 53 | 0 | 0.24 | 0.77 | 0.08 | 41.77 | 0.81 | 0.56 |
| Hex | EA | B3 | 35 | 0 | 18 | 4D | 8 | 2A | 51 | 38 |
| Octal | 352 | 263 | 65 | 0 | 30 | 115 | 10 | 52 | 121 | 70 |
| Binary | 11101010 | 10110011 | 110101 | 0 | 11000 | 1001101 | 1000 | 101010 | 1010001 | 111000 |
Color Harmonies of #EAB335
Complementary color
Monochromatic Colors of #EAB335
Black with #EAB335
Text Example
Text Example
White with #EAB335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB335; }
p { color: rgb(234,179,53); }
H1.HeaderClassName
{
color: #EAB335;
}
.AnyTagClassName
{
color: #EAB335;
}
</style>
background-color css
<style>
a { background-color: #EAB335; }
a { background-color: rgb(234,179,53); }
div.DivClassName
{
background-color: #EAB335;
}
.BgClassName
{
background-color: #EAB335;
}
</style>
border-color css
<style>
span { border-color: #EAB335; }
span { border-color: rgb(234,179,53); }
td.TdClassName
{
border-color: #EAB335;
}
.TagClassName
{
border-color: #EAB335;
}
</style>