Shades of Tulip Tree #EDAC43
Tints of Tulip Tree #EDAC43
RGB
CMYK
RGB Variations
Color information
#EDAC43 (or 0xEDAC43) is known color: Tulip Tree. HEX triplet: ED, AC and 43. RGB value is (237,172,67). Sum of RGB (Red+Green+Blue) = 237+172+67=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 67 (26.56% from 255 or 14.08% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC43 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAC43 is #1253BC. Grayscale: #B3B3B3. Windows color (decimal): -1201085 or 4435181. OLE color: 4435181.
HSL color Cylindrical-coordinate representation of color #EDAC43: hue angle of 37.06º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDAC43 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 172 | 67 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.07 |
| HSL | 37.06º | 0.83% | 0.6% | - |
| HSV(B) | 37.06º | 0.72% | 0.93% | - |
| XYZ | 50.69 | 47.91 | 11.89 | - |
| YUV | 179.47 | 64.53 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 67 | 0 | 0.27 | 0.72 | 0.07 | 37.06 | 0.83 | 0.6 |
| Hex | ED | AC | 43 | 0 | 1B | 48 | 7 | 25 | 53 | 3C |
| Octal | 355 | 254 | 103 | 0 | 33 | 110 | 7 | 45 | 123 | 74 |
| Binary | 11101101 | 10101100 | 1000011 | 0 | 11011 | 1001000 | 111 | 100101 | 1010011 | 111100 |
Color Harmonies of #EDAC43
Complementary color
Monochromatic Colors of #EDAC43
Black with #EDAC43
Text Example
Text Example
White with #EDAC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAC43; }
p { color: rgb(237,172,67); }
H1.HeaderClassName
{
color: #EDAC43;
}
.AnyTagClassName
{
color: #EDAC43;
}
</style>
background-color css
<style>
a { background-color: #EDAC43; }
a { background-color: rgb(237,172,67); }
div.DivClassName
{
background-color: #EDAC43;
}
.BgClassName
{
background-color: #EDAC43;
}
</style>
border-color css
<style>
span { border-color: #EDAC43; }
span { border-color: rgb(237,172,67); }
td.TdClassName
{
border-color: #EDAC43;
}
.TagClassName
{
border-color: #EDAC43;
}
</style>