Shades of Tulip Tree #EDAC31
Tints of Tulip Tree #EDAC31
RGB
CMYK
RGB Variations
Color information
#EDAC31 (or 0xEDAC31) is known color: Tulip Tree. HEX triplet: ED, AC and 31. RGB value is (237,172,49). Sum of RGB (Red+Green+Blue) = 237+172+49=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 49 (19.53% from 255 or 10.70% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAC31 is #1253CE. Grayscale: #B1B1B1. Windows color (decimal): -1201103 or 3255533. OLE color: 3255533.
HSL color Cylindrical-coordinate representation of color #EDAC31: hue angle of 39.26º 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 #EDAC31 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 172 | 49 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.07 |
| HSL | 39.26º | 0.84% | 0.56% | - |
| HSV(B) | 39.26º | 0.79% | 0.93% | - |
| XYZ | 50.23 | 47.73 | 9.47 | - |
| YUV | 177.41 | 55.53 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 49 | 0 | 0.27 | 0.79 | 0.07 | 39.26 | 0.84 | 0.56 |
| Hex | ED | AC | 31 | 0 | 1B | 4F | 7 | 27 | 54 | 38 |
| Octal | 355 | 254 | 61 | 0 | 33 | 117 | 7 | 47 | 124 | 70 |
| Binary | 11101101 | 10101100 | 110001 | 0 | 11011 | 1001111 | 111 | 100111 | 1010100 | 111000 |
Color Harmonies of #EDAC31
Complementary color
Monochromatic Colors of #EDAC31
Black with #EDAC31
Text Example
Text Example
White with #EDAC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAC31; }
p { color: rgb(237,172,49); }
H1.HeaderClassName
{
color: #EDAC31;
}
.AnyTagClassName
{
color: #EDAC31;
}
</style>
background-color css
<style>
a { background-color: #EDAC31; }
a { background-color: rgb(237,172,49); }
div.DivClassName
{
background-color: #EDAC31;
}
.BgClassName
{
background-color: #EDAC31;
}
</style>
border-color css
<style>
span { border-color: #EDAC31; }
span { border-color: rgb(237,172,49); }
td.TdClassName
{
border-color: #EDAC31;
}
.TagClassName
{
border-color: #EDAC31;
}
</style>