Shades of Tulip Tree #EAB33C
Tints of Tulip Tree #EAB33C
RGB
CMYK
RGB Variations
Color information
#EAB33C (or 0xEAB33C) is known color: Tulip Tree. HEX triplet: EA, B3 and 3C. RGB value is (234,179,60). Sum of RGB (Red+Green+Blue) = 234+179+60=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 60 (23.83% from 255 or 12.68% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB33C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB33C is #154CC3. Grayscale: #B6B6B6. Windows color (decimal): -1395908 or 3978218. OLE color: 3978218.
HSL color Cylindrical-coordinate representation of color #EAB33C: hue angle of 41.03º degrees, saturation: 0.81, 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 #EAB33C is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 60 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.08 |
| HSL | 41.03º | 0.81% | 0.58% | - |
| HSV(B) | 41.03º | 0.74% | 0.92% | - |
| XYZ | 50.87 | 50.06 | 11.26 | - |
| YUV | 181.88 | 59.22 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 60 | 0 | 0.24 | 0.74 | 0.08 | 41.03 | 0.81 | 0.58 |
| Hex | EA | B3 | 3C | 0 | 18 | 4A | 8 | 29 | 51 | 3A |
| Octal | 352 | 263 | 74 | 0 | 30 | 112 | 10 | 51 | 121 | 72 |
| Binary | 11101010 | 10110011 | 111100 | 0 | 11000 | 1001010 | 1000 | 101001 | 1010001 | 111010 |
Color Harmonies of #EAB33C
Complementary color
Monochromatic Colors of #EAB33C
Black with #EAB33C
Text Example
Text Example
White with #EAB33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB33C; }
p { color: rgb(234,179,60); }
H1.HeaderClassName
{
color: #EAB33C;
}
.AnyTagClassName
{
color: #EAB33C;
}
</style>
background-color css
<style>
a { background-color: #EAB33C; }
a { background-color: rgb(234,179,60); }
div.DivClassName
{
background-color: #EAB33C;
}
.BgClassName
{
background-color: #EAB33C;
}
</style>
border-color css
<style>
span { border-color: #EAB33C; }
span { border-color: rgb(234,179,60); }
td.TdClassName
{
border-color: #EAB33C;
}
.TagClassName
{
border-color: #EAB33C;
}
</style>