Shades of Tulip Tree #EAB83F
Tints of Tulip Tree #EAB83F
RGB
CMYK
RGB Variations
Color information
#EAB83F (or 0xEAB83F) is known color: Tulip Tree. HEX triplet: EA, B8 and 3F. RGB value is (234,184,63). Sum of RGB (Red+Green+Blue) = 234+184+63=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 63 (25% from 255 or 13.10% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB83F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB83F is #1547C0. Grayscale: #B9B9B9. Windows color (decimal): -1394625 or 4176106. OLE color: 4176106.
HSL color Cylindrical-coordinate representation of color #EAB83F: hue angle of 42.46º 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 #EAB83F is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 63 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.08 |
| HSL | 42.46º | 0.8% | 0.58% | - |
| HSV(B) | 42.46º | 0.73% | 0.92% | - |
| XYZ | 51.97 | 52.13 | 12.03 | - |
| YUV | 185.16 | 59.07 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 63 | 0 | 0.21 | 0.73 | 0.08 | 42.46 | 0.8 | 0.58 |
| Hex | EA | B8 | 3F | 0 | 15 | 49 | 8 | 2A | 50 | 3A |
| Octal | 352 | 270 | 77 | 0 | 25 | 111 | 10 | 52 | 120 | 72 |
| Binary | 11101010 | 10111000 | 111111 | 0 | 10101 | 1001001 | 1000 | 101010 | 1010000 | 111010 |
Color Harmonies of #EAB83F
Complementary color
Monochromatic Colors of #EAB83F
Black with #EAB83F
Text Example
Text Example
White with #EAB83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB83F; }
p { color: rgb(234,184,63); }
H1.HeaderClassName
{
color: #EAB83F;
}
.AnyTagClassName
{
color: #EAB83F;
}
</style>
background-color css
<style>
a { background-color: #EAB83F; }
a { background-color: rgb(234,184,63); }
div.DivClassName
{
background-color: #EAB83F;
}
.BgClassName
{
background-color: #EAB83F;
}
</style>
border-color css
<style>
span { border-color: #EAB83F; }
span { border-color: rgb(234,184,63); }
td.TdClassName
{
border-color: #EAB83F;
}
.TagClassName
{
border-color: #EAB83F;
}
</style>