Shades of Tulip Tree #EDAC32
Tints of Tulip Tree #EDAC32
RGB
CMYK
RGB Variations
Color information
#EDAC32 (or 0xEDAC32) is known color: Tulip Tree. HEX triplet: ED, AC and 32. RGB value is (237,172,50). Sum of RGB (Red+Green+Blue) = 237+172+50=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAC32 is #1253CD. Grayscale: #B2B2B2. Windows color (decimal): -1201102 or 3321069. OLE color: 3321069.
HSL color Cylindrical-coordinate representation of color #EDAC32: hue angle of 39.14º 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 #EDAC32 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 172 | 50 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.07 |
| HSL | 39.14º | 0.84% | 0.56% | - |
| HSV(B) | 39.14º | 0.79% | 0.93% | - |
| XYZ | 50.25 | 47.74 | 9.58 | - |
| YUV | 177.53 | 56.03 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 50 | 0 | 0.27 | 0.79 | 0.07 | 39.14 | 0.84 | 0.56 |
| Hex | ED | AC | 32 | 0 | 1B | 4F | 7 | 27 | 54 | 38 |
| Octal | 355 | 254 | 62 | 0 | 33 | 117 | 7 | 47 | 124 | 70 |
| Binary | 11101101 | 10101100 | 110010 | 0 | 11011 | 1001111 | 111 | 100111 | 1010100 | 111000 |
Color Harmonies of #EDAC32
Complementary color
Monochromatic Colors of #EDAC32
Black with #EDAC32
Text Example
Text Example
White with #EDAC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAC32; }
p { color: rgb(237,172,50); }
H1.HeaderClassName
{
color: #EDAC32;
}
.AnyTagClassName
{
color: #EDAC32;
}
</style>
background-color css
<style>
a { background-color: #EDAC32; }
a { background-color: rgb(237,172,50); }
div.DivClassName
{
background-color: #EDAC32;
}
.BgClassName
{
background-color: #EDAC32;
}
</style>
border-color css
<style>
span { border-color: #EDAC32; }
span { border-color: rgb(237,172,50); }
td.TdClassName
{
border-color: #EDAC32;
}
.TagClassName
{
border-color: #EDAC32;
}
</style>