Shades of Tulip Tree #EAB43D
Tints of Tulip Tree #EAB43D
RGB
CMYK
RGB Variations
Color information
#EAB43D (or 0xEAB43D) is known color: Tulip Tree. HEX triplet: EA, B4 and 3D. RGB value is (234,180,61). Sum of RGB (Red+Green+Blue) = 234+180+61=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 61 (24.22% from 255 or 12.84% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB43D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB43D is #154BC2. Grayscale: #B7B7B7. Windows color (decimal): -1395651 or 4044010. OLE color: 4044010.
HSL color Cylindrical-coordinate representation of color #EAB43D: hue angle of 41.27º 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 #EAB43D is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 61 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.08 |
| HSL | 41.27º | 0.8% | 0.58% | - |
| HSV(B) | 41.27º | 0.74% | 0.92% | - |
| XYZ | 51.1 | 50.47 | 11.46 | - |
| YUV | 182.58 | 59.39 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 61 | 0 | 0.23 | 0.74 | 0.08 | 41.27 | 0.8 | 0.58 |
| Hex | EA | B4 | 3D | 0 | 17 | 4A | 8 | 29 | 50 | 3A |
| Octal | 352 | 264 | 75 | 0 | 27 | 112 | 10 | 51 | 120 | 72 |
| Binary | 11101010 | 10110100 | 111101 | 0 | 10111 | 1001010 | 1000 | 101001 | 1010000 | 111010 |
Color Harmonies of #EAB43D
Complementary color
Monochromatic Colors of #EAB43D
Black with #EAB43D
Text Example
Text Example
White with #EAB43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB43D; }
p { color: rgb(234,180,61); }
H1.HeaderClassName
{
color: #EAB43D;
}
.AnyTagClassName
{
color: #EAB43D;
}
</style>
background-color css
<style>
a { background-color: #EAB43D; }
a { background-color: rgb(234,180,61); }
div.DivClassName
{
background-color: #EAB43D;
}
.BgClassName
{
background-color: #EAB43D;
}
</style>
border-color css
<style>
span { border-color: #EAB43D; }
span { border-color: rgb(234,180,61); }
td.TdClassName
{
border-color: #EAB43D;
}
.TagClassName
{
border-color: #EAB43D;
}
</style>