Shades of Tulip Tree #EDAF32
Tints of Tulip Tree #EDAF32
RGB
CMYK
RGB Variations
Color information
#EDAF32 (or 0xEDAF32) is known color: Tulip Tree. HEX triplet: ED, AF and 32. RGB value is (237,175,50). Sum of RGB (Red+Green+Blue) = 237+175+50=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 50 (19.92% from 255 or 10.82% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAF32 is #1250CD. Grayscale: #B3B3B3. Windows color (decimal): -1200334 or 3321837. OLE color: 3321837.
HSL color Cylindrical-coordinate representation of color #EDAF32: hue angle of 40.11º 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 #EDAF32 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 175 | 50 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.07 |
| HSL | 40.11º | 0.84% | 0.56% | - |
| HSV(B) | 40.11º | 0.79% | 0.93% | - |
| XYZ | 50.83 | 48.89 | 9.78 | - |
| YUV | 179.29 | 55.04 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 175 | 50 | 0 | 0.26 | 0.79 | 0.07 | 40.11 | 0.84 | 0.56 |
| Hex | ED | AF | 32 | 0 | 1A | 4F | 7 | 28 | 54 | 38 |
| Octal | 355 | 257 | 62 | 0 | 32 | 117 | 7 | 50 | 124 | 70 |
| Binary | 11101101 | 10101111 | 110010 | 0 | 11010 | 1001111 | 111 | 101000 | 1010100 | 111000 |
Color Harmonies of #EDAF32
Complementary color
Monochromatic Colors of #EDAF32
Black with #EDAF32
Text Example
Text Example
White with #EDAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAF32; }
p { color: rgb(237,175,50); }
H1.HeaderClassName
{
color: #EDAF32;
}
.AnyTagClassName
{
color: #EDAF32;
}
</style>
background-color css
<style>
a { background-color: #EDAF32; }
a { background-color: rgb(237,175,50); }
div.DivClassName
{
background-color: #EDAF32;
}
.BgClassName
{
background-color: #EDAF32;
}
</style>
border-color css
<style>
span { border-color: #EDAF32; }
span { border-color: rgb(237,175,50); }
td.TdClassName
{
border-color: #EDAF32;
}
.TagClassName
{
border-color: #EDAF32;
}
</style>