Shades of Tulip Tree #EDB440
Tints of Tulip Tree #EDB440
RGB
CMYK
RGB Variations
Color information
#EDB440 (or 0xEDB440) is known color: Tulip Tree. HEX triplet: ED, B4 and 40. RGB value is (237,180,64). Sum of RGB (Red+Green+Blue) = 237+180+64=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB440 is #124BBF. Grayscale: #B8B8B8. Windows color (decimal): -1199040 or 4240621. OLE color: 4240621.
HSL color Cylindrical-coordinate representation of color #EDB440: hue angle of 40.23º 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 #EDB440 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 64 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.07 |
| HSL | 40.23º | 0.83% | 0.59% | - |
| HSV(B) | 40.23º | 0.73% | 0.93% | - |
| XYZ | 52.17 | 51.02 | 11.95 | - |
| YUV | 183.82 | 60.38 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 64 | 0 | 0.24 | 0.73 | 0.07 | 40.23 | 0.83 | 0.59 |
| Hex | ED | B4 | 40 | 0 | 18 | 49 | 7 | 28 | 53 | 3B |
| Octal | 355 | 264 | 100 | 0 | 30 | 111 | 7 | 50 | 123 | 73 |
| Binary | 11101101 | 10110100 | 1000000 | 0 | 11000 | 1001001 | 111 | 101000 | 1010011 | 111011 |
Color Harmonies of #EDB440
Complementary color
Monochromatic Colors of #EDB440
Black with #EDB440
Text Example
Text Example
White with #EDB440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB440; }
p { color: rgb(237,180,64); }
H1.HeaderClassName
{
color: #EDB440;
}
.AnyTagClassName
{
color: #EDB440;
}
</style>
background-color css
<style>
a { background-color: #EDB440; }
a { background-color: rgb(237,180,64); }
div.DivClassName
{
background-color: #EDB440;
}
.BgClassName
{
background-color: #EDB440;
}
</style>
border-color css
<style>
span { border-color: #EDB440; }
span { border-color: rgb(237,180,64); }
td.TdClassName
{
border-color: #EDB440;
}
.TagClassName
{
border-color: #EDB440;
}
</style>