Shades of Tulip Tree #EDB93C
Tints of Tulip Tree #EDB93C
RGB
CMYK
RGB Variations
Color information
#EDB93C (or 0xEDB93C) is known color: Tulip Tree. HEX triplet: ED, B9 and 3C. RGB value is (237,185,60). Sum of RGB (Red+Green+Blue) = 237+185+60=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB93C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB93C is #1246C3. Grayscale: #BABABA. Windows color (decimal): -1197764 or 3979757. OLE color: 3979757.
HSL color Cylindrical-coordinate representation of color #EDB93C: hue angle of 42.37º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDB93C is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 60 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.07 |
| HSL | 42.37º | 0.83% | 0.58% | - |
| HSV(B) | 42.37º | 0.75% | 0.93% | - |
| XYZ | 53.09 | 53.03 | 11.71 | - |
| YUV | 186.3 | 56.73 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 60 | 0 | 0.22 | 0.75 | 0.07 | 42.37 | 0.83 | 0.58 |
| Hex | ED | B9 | 3C | 0 | 16 | 4B | 7 | 2A | 53 | 3A |
| Octal | 355 | 271 | 74 | 0 | 26 | 113 | 7 | 52 | 123 | 72 |
| Binary | 11101101 | 10111001 | 111100 | 0 | 10110 | 1001011 | 111 | 101010 | 1010011 | 111010 |
Color Harmonies of #EDB93C
Complementary color
Monochromatic Colors of #EDB93C
Black with #EDB93C
Text Example
Text Example
White with #EDB93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB93C; }
p { color: rgb(237,185,60); }
H1.HeaderClassName
{
color: #EDB93C;
}
.AnyTagClassName
{
color: #EDB93C;
}
</style>
background-color css
<style>
a { background-color: #EDB93C; }
a { background-color: rgb(237,185,60); }
div.DivClassName
{
background-color: #EDB93C;
}
.BgClassName
{
background-color: #EDB93C;
}
</style>
border-color css
<style>
span { border-color: #EDB93C; }
span { border-color: rgb(237,185,60); }
td.TdClassName
{
border-color: #EDB93C;
}
.TagClassName
{
border-color: #EDB93C;
}
</style>