Shades of Tulip Tree #EDB040
Tints of Tulip Tree #EDB040
RGB
CMYK
RGB Variations
Color information
#EDB040 (or 0xEDB040) is known color: Tulip Tree. HEX triplet: ED, B0 and 40. RGB value is (237,176,64). Sum of RGB (Red+Green+Blue) = 237+176+64=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 64 (25.39% from 255 or 13.42% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB040 is #124FBF. Grayscale: #B5B5B5. Windows color (decimal): -1200064 or 4239597. OLE color: 4239597.
HSL color Cylindrical-coordinate representation of color #EDB040: hue angle of 38.84º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDB040 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 64 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.07 |
| HSL | 38.84º | 0.83% | 0.59% | - |
| HSV(B) | 38.84º | 0.73% | 0.93% | - |
| XYZ | 51.38 | 49.43 | 11.68 | - |
| YUV | 181.47 | 61.71 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 64 | 0 | 0.26 | 0.73 | 0.07 | 38.84 | 0.83 | 0.59 |
| Hex | ED | B0 | 40 | 0 | 1A | 49 | 7 | 27 | 53 | 3B |
| Octal | 355 | 260 | 100 | 0 | 32 | 111 | 7 | 47 | 123 | 73 |
| Binary | 11101101 | 10110000 | 1000000 | 0 | 11010 | 1001001 | 111 | 100111 | 1010011 | 111011 |
Color Harmonies of #EDB040
Complementary color
Monochromatic Colors of #EDB040
Black with #EDB040
Text Example
Text Example
White with #EDB040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB040; }
p { color: rgb(237,176,64); }
H1.HeaderClassName
{
color: #EDB040;
}
.AnyTagClassName
{
color: #EDB040;
}
</style>
background-color css
<style>
a { background-color: #EDB040; }
a { background-color: rgb(237,176,64); }
div.DivClassName
{
background-color: #EDB040;
}
.BgClassName
{
background-color: #EDB040;
}
</style>
border-color css
<style>
span { border-color: #EDB040; }
span { border-color: rgb(237,176,64); }
td.TdClassName
{
border-color: #EDB040;
}
.TagClassName
{
border-color: #EDB040;
}
</style>