Shades of Tulip Tree #EDAB3E
Tints of Tulip Tree #EDAB3E
RGB
CMYK
RGB Variations
Color information
#EDAB3E (or 0xEDAB3E) is known color: Tulip Tree. HEX triplet: ED, AB and 3E. RGB value is (237,171,62). Sum of RGB (Red+Green+Blue) = 237+171+62=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 62 (24.61% from 255 or 13.19% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB3E is #1254C1. Grayscale: #B2B2B2. Windows color (decimal): -1201346 or 4107245. OLE color: 4107245.
HSL color Cylindrical-coordinate representation of color #EDAB3E: hue angle of 37.37º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDAB3E is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 171 | 62 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.07 |
| HSL | 37.37º | 0.83% | 0.59% | - |
| HSV(B) | 37.37º | 0.74% | 0.93% | - |
| XYZ | 50.36 | 47.48 | 11.07 | - |
| YUV | 178.31 | 62.37 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 171 | 62 | 0 | 0.28 | 0.74 | 0.07 | 37.37 | 0.83 | 0.59 |
| Hex | ED | AB | 3E | 0 | 1C | 4A | 7 | 25 | 53 | 3B |
| Octal | 355 | 253 | 76 | 0 | 34 | 112 | 7 | 45 | 123 | 73 |
| Binary | 11101101 | 10101011 | 111110 | 0 | 11100 | 1001010 | 111 | 100101 | 1010011 | 111011 |
Color Harmonies of #EDAB3E
Complementary color
Monochromatic Colors of #EDAB3E
Black with #EDAB3E
Text Example
Text Example
White with #EDAB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAB3E; }
p { color: rgb(237,171,62); }
H1.HeaderClassName
{
color: #EDAB3E;
}
.AnyTagClassName
{
color: #EDAB3E;
}
</style>
background-color css
<style>
a { background-color: #EDAB3E; }
a { background-color: rgb(237,171,62); }
div.DivClassName
{
background-color: #EDAB3E;
}
.BgClassName
{
background-color: #EDAB3E;
}
</style>
border-color css
<style>
span { border-color: #EDAB3E; }
span { border-color: rgb(237,171,62); }
td.TdClassName
{
border-color: #EDAB3E;
}
.TagClassName
{
border-color: #EDAB3E;
}
</style>