Shades of Tulip Tree #EDAB34
Tints of Tulip Tree #EDAB34
RGB
CMYK
RGB Variations
Color information
#EDAB34 (or 0xEDAB34) is known color: Tulip Tree. HEX triplet: ED, AB and 34. RGB value is (237,171,52). Sum of RGB (Red+Green+Blue) = 237+171+52=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 52 (20.70% from 255 or 11.30% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB34 is #1254CB. Grayscale: #B1B1B1. Windows color (decimal): -1201356 or 3451885. OLE color: 3451885.
HSL color Cylindrical-coordinate representation of color #EDAB34: hue angle of 38.59º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDAB34 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 171 | 52 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.07 |
| HSL | 38.59º | 0.84% | 0.57% | - |
| HSV(B) | 38.59º | 0.78% | 0.93% | - |
| XYZ | 50.11 | 47.38 | 9.75 | - |
| YUV | 177.17 | 57.37 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 171 | 52 | 0 | 0.28 | 0.78 | 0.07 | 38.59 | 0.84 | 0.57 |
| Hex | ED | AB | 34 | 0 | 1C | 4E | 7 | 27 | 54 | 39 |
| Octal | 355 | 253 | 64 | 0 | 34 | 116 | 7 | 47 | 124 | 71 |
| Binary | 11101101 | 10101011 | 110100 | 0 | 11100 | 1001110 | 111 | 100111 | 1010100 | 111001 |
Color Harmonies of #EDAB34
Complementary color
Monochromatic Colors of #EDAB34
Black with #EDAB34
Text Example
Text Example
White with #EDAB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAB34; }
p { color: rgb(237,171,52); }
H1.HeaderClassName
{
color: #EDAB34;
}
.AnyTagClassName
{
color: #EDAB34;
}
</style>
background-color css
<style>
a { background-color: #EDAB34; }
a { background-color: rgb(237,171,52); }
div.DivClassName
{
background-color: #EDAB34;
}
.BgClassName
{
background-color: #EDAB34;
}
</style>
border-color css
<style>
span { border-color: #EDAB34; }
span { border-color: rgb(237,171,52); }
td.TdClassName
{
border-color: #EDAB34;
}
.TagClassName
{
border-color: #EDAB34;
}
</style>