Shades of Tulip Tree #EDAB32
Tints of Tulip Tree #EDAB32
RGB
CMYK
RGB Variations
Color information
#EDAB32 (or 0xEDAB32) is known color: Tulip Tree. HEX triplet: ED, AB and 32. RGB value is (237,171,50). Sum of RGB (Red+Green+Blue) = 237+171+50=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 50 (19.92% from 255 or 10.92% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB32 is #1254CD. Grayscale: #B1B1B1. Windows color (decimal): -1201358 or 3320813. OLE color: 3320813.
HSL color Cylindrical-coordinate representation of color #EDAB32: hue angle of 38.82º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDAB32 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 171 | 50 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.07 |
| HSL | 38.82º | 0.84% | 0.56% | - |
| HSV(B) | 38.82º | 0.79% | 0.93% | - |
| XYZ | 50.06 | 47.36 | 9.52 | - |
| YUV | 176.94 | 56.37 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 171 | 50 | 0 | 0.28 | 0.79 | 0.07 | 38.82 | 0.84 | 0.56 |
| Hex | ED | AB | 32 | 0 | 1C | 4F | 7 | 27 | 54 | 38 |
| Octal | 355 | 253 | 62 | 0 | 34 | 117 | 7 | 47 | 124 | 70 |
| Binary | 11101101 | 10101011 | 110010 | 0 | 11100 | 1001111 | 111 | 100111 | 1010100 | 111000 |
Color Harmonies of #EDAB32
Complementary color
Monochromatic Colors of #EDAB32
Black with #EDAB32
Text Example
Text Example
White with #EDAB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAB32; }
p { color: rgb(237,171,50); }
H1.HeaderClassName
{
color: #EDAB32;
}
.AnyTagClassName
{
color: #EDAB32;
}
</style>
background-color css
<style>
a { background-color: #EDAB32; }
a { background-color: rgb(237,171,50); }
div.DivClassName
{
background-color: #EDAB32;
}
.BgClassName
{
background-color: #EDAB32;
}
</style>
border-color css
<style>
span { border-color: #EDAB32; }
span { border-color: rgb(237,171,50); }
td.TdClassName
{
border-color: #EDAB32;
}
.TagClassName
{
border-color: #EDAB32;
}
</style>