Shades of Tulip Tree #EAB13F
Tints of Tulip Tree #EAB13F
RGB
CMYK
RGB Variations
Color information
#EAB13F (or 0xEAB13F) is known color: Tulip Tree. HEX triplet: EA, B1 and 3F. RGB value is (234,177,63). Sum of RGB (Red+Green+Blue) = 234+177+63=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 63 (25% from 255 or 13.29% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB13F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB13F is #154EC0. Grayscale: #B5B5B5. Windows color (decimal): -1396417 or 4174314. OLE color: 4174314.
HSL color Cylindrical-coordinate representation of color #EAB13F: hue angle of 40º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EAB13F is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 63 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.08 |
| HSL | 40º | 0.8% | 0.58% | - |
| HSV(B) | 40º | 0.73% | 0.92% | - |
| XYZ | 50.55 | 49.3 | 11.55 | - |
| YUV | 181.05 | 61.38 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 63 | 0 | 0.24 | 0.73 | 0.08 | 40 | 0.8 | 0.58 |
| Hex | EA | B1 | 3F | 0 | 18 | 49 | 8 | 28 | 50 | 3A |
| Octal | 352 | 261 | 77 | 0 | 30 | 111 | 10 | 50 | 120 | 72 |
| Binary | 11101010 | 10110001 | 111111 | 0 | 11000 | 1001001 | 1000 | 101000 | 1010000 | 111010 |
Color Harmonies of #EAB13F
Complementary color
Monochromatic Colors of #EAB13F
Black with #EAB13F
Text Example
Text Example
White with #EAB13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB13F; }
p { color: rgb(234,177,63); }
H1.HeaderClassName
{
color: #EAB13F;
}
.AnyTagClassName
{
color: #EAB13F;
}
</style>
background-color css
<style>
a { background-color: #EAB13F; }
a { background-color: rgb(234,177,63); }
div.DivClassName
{
background-color: #EAB13F;
}
.BgClassName
{
background-color: #EAB13F;
}
</style>
border-color css
<style>
span { border-color: #EAB13F; }
span { border-color: rgb(234,177,63); }
td.TdClassName
{
border-color: #EAB13F;
}
.TagClassName
{
border-color: #EAB13F;
}
</style>