Shades of Tulip Tree #EDAB3C
Tints of Tulip Tree #EDAB3C
RGB
CMYK
RGB Variations
Color information
#EDAB3C (or 0xEDAB3C) is known color: Tulip Tree. HEX triplet: ED, AB and 3C. RGB value is (237,171,60). Sum of RGB (Red+Green+Blue) = 237+171+60=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 60 (23.83% from 255 or 12.82% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB3C is #1254C3. Grayscale: #B2B2B2. Windows color (decimal): -1201348 or 3976173. OLE color: 3976173.
HSL color Cylindrical-coordinate representation of color #EDAB3C: hue angle of 37.63º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDAB3C is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 171 | 60 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.07 |
| HSL | 37.63º | 0.83% | 0.58% | - |
| HSV(B) | 37.63º | 0.75% | 0.93% | - |
| XYZ | 50.3 | 47.46 | 10.78 | - |
| YUV | 178.08 | 61.37 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 171 | 60 | 0 | 0.28 | 0.75 | 0.07 | 37.63 | 0.83 | 0.58 |
| Hex | ED | AB | 3C | 0 | 1C | 4B | 7 | 26 | 53 | 3A |
| Octal | 355 | 253 | 74 | 0 | 34 | 113 | 7 | 46 | 123 | 72 |
| Binary | 11101101 | 10101011 | 111100 | 0 | 11100 | 1001011 | 111 | 100110 | 1010011 | 111010 |
Color Harmonies of #EDAB3C
Complementary color
Monochromatic Colors of #EDAB3C
Black with #EDAB3C
Text Example
Text Example
White with #EDAB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAB3C; }
p { color: rgb(237,171,60); }
H1.HeaderClassName
{
color: #EDAB3C;
}
.AnyTagClassName
{
color: #EDAB3C;
}
</style>
background-color css
<style>
a { background-color: #EDAB3C; }
a { background-color: rgb(237,171,60); }
div.DivClassName
{
background-color: #EDAB3C;
}
.BgClassName
{
background-color: #EDAB3C;
}
</style>
border-color css
<style>
span { border-color: #EDAB3C; }
span { border-color: rgb(237,171,60); }
td.TdClassName
{
border-color: #EDAB3C;
}
.TagClassName
{
border-color: #EDAB3C;
}
</style>