Shades of Tulip Tree #EDB041
Tints of Tulip Tree #EDB041
RGB
CMYK
RGB Variations
Color information
#EDB041 (or 0xEDB041) is known color: Tulip Tree. HEX triplet: ED, B0 and 41. RGB value is (237,176,65). Sum of RGB (Red+Green+Blue) = 237+176+65=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 65 (25.78% from 255 or 13.60% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB041 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB041 is #124FBE. Grayscale: #B6B6B6. Windows color (decimal): -1200063 or 4305133. OLE color: 4305133.
HSL color Cylindrical-coordinate representation of color #EDB041: hue angle of 38.72º 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 #EDB041 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 65 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.07 |
| HSL | 38.72º | 0.83% | 0.59% | - |
| HSV(B) | 38.72º | 0.73% | 0.93% | - |
| XYZ | 51.4 | 49.44 | 11.83 | - |
| YUV | 181.59 | 62.21 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 65 | 0 | 0.26 | 0.73 | 0.07 | 38.72 | 0.83 | 0.59 |
| Hex | ED | B0 | 41 | 0 | 1A | 49 | 7 | 27 | 53 | 3B |
| Octal | 355 | 260 | 101 | 0 | 32 | 111 | 7 | 47 | 123 | 73 |
| Binary | 11101101 | 10110000 | 1000001 | 0 | 11010 | 1001001 | 111 | 100111 | 1010011 | 111011 |
Color Harmonies of #EDB041
Complementary color
Monochromatic Colors of #EDB041
Black with #EDB041
Text Example
Text Example
White with #EDB041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB041; }
p { color: rgb(237,176,65); }
H1.HeaderClassName
{
color: #EDB041;
}
.AnyTagClassName
{
color: #EDB041;
}
</style>
background-color css
<style>
a { background-color: #EDB041; }
a { background-color: rgb(237,176,65); }
div.DivClassName
{
background-color: #EDB041;
}
.BgClassName
{
background-color: #EDB041;
}
</style>
border-color css
<style>
span { border-color: #EDB041; }
span { border-color: rgb(237,176,65); }
td.TdClassName
{
border-color: #EDB041;
}
.TagClassName
{
border-color: #EDB041;
}
</style>