Shades of Tulip Tree #EDB33E
Tints of Tulip Tree #EDB33E
RGB
CMYK
RGB Variations
Color information
#EDB33E (or 0xEDB33E) is known color: Tulip Tree. HEX triplet: ED, B3 and 3E. RGB value is (237,179,62). Sum of RGB (Red+Green+Blue) = 237+179+62=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 62 (24.61% from 255 or 12.97% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB33E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB33E is #124CC1. Grayscale: #B7B7B7. Windows color (decimal): -1199298 or 4109293. OLE color: 4109293.
HSL color Cylindrical-coordinate representation of color #EDB33E: hue angle of 40.11º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDB33E is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 62 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.07 |
| HSL | 40.11º | 0.83% | 0.59% | - |
| HSV(B) | 40.11º | 0.74% | 0.93% | - |
| XYZ | 51.91 | 50.59 | 11.59 | - |
| YUV | 183 | 59.72 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 62 | 0 | 0.24 | 0.74 | 0.07 | 40.11 | 0.83 | 0.59 |
| Hex | ED | B3 | 3E | 0 | 18 | 4A | 7 | 28 | 53 | 3B |
| Octal | 355 | 263 | 76 | 0 | 30 | 112 | 7 | 50 | 123 | 73 |
| Binary | 11101101 | 10110011 | 111110 | 0 | 11000 | 1001010 | 111 | 101000 | 1010011 | 111011 |
Color Harmonies of #EDB33E
Complementary color
Monochromatic Colors of #EDB33E
Black with #EDB33E
Text Example
Text Example
White with #EDB33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB33E; }
p { color: rgb(237,179,62); }
H1.HeaderClassName
{
color: #EDB33E;
}
.AnyTagClassName
{
color: #EDB33E;
}
</style>
background-color css
<style>
a { background-color: #EDB33E; }
a { background-color: rgb(237,179,62); }
div.DivClassName
{
background-color: #EDB33E;
}
.BgClassName
{
background-color: #EDB33E;
}
</style>
border-color css
<style>
span { border-color: #EDB33E; }
span { border-color: rgb(237,179,62); }
td.TdClassName
{
border-color: #EDB33E;
}
.TagClassName
{
border-color: #EDB33E;
}
</style>