Shades of Tulip Tree #EAB13D
Tints of Tulip Tree #EAB13D
RGB
CMYK
RGB Variations
Color information
#EAB13D (or 0xEAB13D) is known color: Tulip Tree. HEX triplet: EA, B1 and 3D. RGB value is (234,177,61). Sum of RGB (Red+Green+Blue) = 234+177+61=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 61 (24.22% from 255 or 12.92% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB13D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB13D is #154EC2. Grayscale: #B5B5B5. Windows color (decimal): -1396419 or 4043242. OLE color: 4043242.
HSL color Cylindrical-coordinate representation of color #EAB13D: hue angle of 40.23º 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 #EAB13D is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 61 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.08 |
| HSL | 40.23º | 0.8% | 0.58% | - |
| HSV(B) | 40.23º | 0.74% | 0.92% | - |
| XYZ | 50.5 | 49.27 | 11.26 | - |
| YUV | 180.82 | 60.38 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 61 | 0 | 0.24 | 0.74 | 0.08 | 40.23 | 0.8 | 0.58 |
| Hex | EA | B1 | 3D | 0 | 18 | 4A | 8 | 28 | 50 | 3A |
| Octal | 352 | 261 | 75 | 0 | 30 | 112 | 10 | 50 | 120 | 72 |
| Binary | 11101010 | 10110001 | 111101 | 0 | 11000 | 1001010 | 1000 | 101000 | 1010000 | 111010 |
Color Harmonies of #EAB13D
Complementary color
Monochromatic Colors of #EAB13D
Black with #EAB13D
Text Example
Text Example
White with #EAB13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB13D; }
p { color: rgb(234,177,61); }
H1.HeaderClassName
{
color: #EAB13D;
}
.AnyTagClassName
{
color: #EAB13D;
}
</style>
background-color css
<style>
a { background-color: #EAB13D; }
a { background-color: rgb(234,177,61); }
div.DivClassName
{
background-color: #EAB13D;
}
.BgClassName
{
background-color: #EAB13D;
}
</style>
border-color css
<style>
span { border-color: #EAB13D; }
span { border-color: rgb(234,177,61); }
td.TdClassName
{
border-color: #EAB13D;
}
.TagClassName
{
border-color: #EAB13D;
}
</style>