Shades of Tulip Tree #EDA942
Tints of Tulip Tree #EDA942
RGB
CMYK
RGB Variations
Color information
#EDA942 (or 0xEDA942) is known color: Tulip Tree. HEX triplet: ED, A9 and 42. RGB value is (237,169,66). Sum of RGB (Red+Green+Blue) = 237+169+66=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA942 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA942 is #1256BD. Grayscale: #B2B2B2. Windows color (decimal): -1201854 or 4368877. OLE color: 4368877.
HSL color Cylindrical-coordinate representation of color #EDA942: hue angle of 36.14º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDA942 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 66 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.07 |
| HSL | 36.14º | 0.83% | 0.59% | - |
| HSV(B) | 36.14º | 0.72% | 0.93% | - |
| XYZ | 50.1 | 46.77 | 11.54 | - |
| YUV | 177.59 | 65.03 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 66 | 0 | 0.29 | 0.72 | 0.07 | 36.14 | 0.83 | 0.59 |
| Hex | ED | A9 | 42 | 0 | 1D | 48 | 7 | 24 | 53 | 3B |
| Octal | 355 | 251 | 102 | 0 | 35 | 110 | 7 | 44 | 123 | 73 |
| Binary | 11101101 | 10101001 | 1000010 | 0 | 11101 | 1001000 | 111 | 100100 | 1010011 | 111011 |
Color Harmonies of #EDA942
Complementary color
Monochromatic Colors of #EDA942
Black with #EDA942
Text Example
Text Example
White with #EDA942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA942; }
p { color: rgb(237,169,66); }
H1.HeaderClassName
{
color: #EDA942;
}
.AnyTagClassName
{
color: #EDA942;
}
</style>
background-color css
<style>
a { background-color: #EDA942; }
a { background-color: rgb(237,169,66); }
div.DivClassName
{
background-color: #EDA942;
}
.BgClassName
{
background-color: #EDA942;
}
</style>
border-color css
<style>
span { border-color: #EDA942; }
span { border-color: rgb(237,169,66); }
td.TdClassName
{
border-color: #EDA942;
}
.TagClassName
{
border-color: #EDA942;
}
</style>