Shades of Tulip Tree #EAB83D
Tints of Tulip Tree #EAB83D
RGB
CMYK
RGB Variations
Color information
#EAB83D (or 0xEAB83D) is known color: Tulip Tree. HEX triplet: EA, B8 and 3D. RGB value is (234,184,61). Sum of RGB (Red+Green+Blue) = 234+184+61=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 61 (24.22% from 255 or 12.73% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB83D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB83D is #1547C2. Grayscale: #B9B9B9. Windows color (decimal): -1394627 or 4045034. OLE color: 4045034.
HSL color Cylindrical-coordinate representation of color #EAB83D: hue angle of 42.66º degrees, saturation: 0.8, 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 #EAB83D is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 61 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.08 |
| HSL | 42.66º | 0.8% | 0.58% | - |
| HSV(B) | 42.66º | 0.74% | 0.92% | - |
| XYZ | 51.91 | 52.11 | 11.74 | - |
| YUV | 184.93 | 58.07 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 61 | 0 | 0.21 | 0.74 | 0.08 | 42.66 | 0.8 | 0.58 |
| Hex | EA | B8 | 3D | 0 | 15 | 4A | 8 | 2B | 50 | 3A |
| Octal | 352 | 270 | 75 | 0 | 25 | 112 | 10 | 53 | 120 | 72 |
| Binary | 11101010 | 10111000 | 111101 | 0 | 10101 | 1001010 | 1000 | 101011 | 1010000 | 111010 |
Color Harmonies of #EAB83D
Complementary color
Monochromatic Colors of #EAB83D
Black with #EAB83D
Text Example
Text Example
White with #EAB83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB83D; }
p { color: rgb(234,184,61); }
H1.HeaderClassName
{
color: #EAB83D;
}
.AnyTagClassName
{
color: #EAB83D;
}
</style>
background-color css
<style>
a { background-color: #EAB83D; }
a { background-color: rgb(234,184,61); }
div.DivClassName
{
background-color: #EAB83D;
}
.BgClassName
{
background-color: #EAB83D;
}
</style>
border-color css
<style>
span { border-color: #EAB83D; }
span { border-color: rgb(234,184,61); }
td.TdClassName
{
border-color: #EAB83D;
}
.TagClassName
{
border-color: #EAB83D;
}
</style>