Shades of Tulip Tree #EAB145
Tints of Tulip Tree #EAB145
RGB
CMYK
RGB Variations
Color information
#EAB145 (or 0xEAB145) is known color: Tulip Tree. HEX triplet: EA, B1 and 45. RGB value is (234,177,69). Sum of RGB (Red+Green+Blue) = 234+177+69=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 69 (27.34% from 255 or 14.38% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB145 is #154EBA. Grayscale: #B6B6B6. Windows color (decimal): -1396411 or 4567530. OLE color: 4567530.
HSL color Cylindrical-coordinate representation of color #EAB145: hue angle of 39.27º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EAB145 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 69 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.08 |
| HSL | 39.27º | 0.8% | 0.59% | - |
| HSV(B) | 39.27º | 0.71% | 0.92% | - |
| XYZ | 50.73 | 49.37 | 12.49 | - |
| YUV | 181.73 | 64.38 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 69 | 0 | 0.24 | 0.71 | 0.08 | 39.27 | 0.8 | 0.59 |
| Hex | EA | B1 | 45 | 0 | 18 | 47 | 8 | 27 | 50 | 3B |
| Octal | 352 | 261 | 105 | 0 | 30 | 107 | 10 | 47 | 120 | 73 |
| Binary | 11101010 | 10110001 | 1000101 | 0 | 11000 | 1000111 | 1000 | 100111 | 1010000 | 111011 |
Color Harmonies of #EAB145
Complementary color
Monochromatic Colors of #EAB145
Black with #EAB145
Text Example
Text Example
White with #EAB145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB145; }
p { color: rgb(234,177,69); }
H1.HeaderClassName
{
color: #EAB145;
}
.AnyTagClassName
{
color: #EAB145;
}
</style>
background-color css
<style>
a { background-color: #EAB145; }
a { background-color: rgb(234,177,69); }
div.DivClassName
{
background-color: #EAB145;
}
.BgClassName
{
background-color: #EAB145;
}
</style>
border-color css
<style>
span { border-color: #EAB145; }
span { border-color: rgb(234,177,69); }
td.TdClassName
{
border-color: #EAB145;
}
.TagClassName
{
border-color: #EAB145;
}
</style>