Shades of Tulip Tree #EDB23E
Tints of Tulip Tree #EDB23E
RGB
CMYK
RGB Variations
Color information
#EDB23E (or 0xEDB23E) is known color: Tulip Tree. HEX triplet: ED, B2 and 3E. RGB value is (237,178,62). Sum of RGB (Red+Green+Blue) = 237+178+62=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 62 (24.61% from 255 or 13.00% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB23E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB23E is #124DC1. Grayscale: #B6B6B6. Windows color (decimal): -1199554 or 4109037. OLE color: 4109037.
HSL color Cylindrical-coordinate representation of color #EDB23E: hue angle of 39.77º 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 #EDB23E is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 62 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.07 |
| HSL | 39.77º | 0.83% | 0.59% | - |
| HSV(B) | 39.77º | 0.74% | 0.93% | - |
| XYZ | 51.71 | 50.19 | 11.52 | - |
| YUV | 182.42 | 60.05 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 62 | 0 | 0.25 | 0.74 | 0.07 | 39.77 | 0.83 | 0.59 |
| Hex | ED | B2 | 3E | 0 | 19 | 4A | 7 | 28 | 53 | 3B |
| Octal | 355 | 262 | 76 | 0 | 31 | 112 | 7 | 50 | 123 | 73 |
| Binary | 11101101 | 10110010 | 111110 | 0 | 11001 | 1001010 | 111 | 101000 | 1010011 | 111011 |
Color Harmonies of #EDB23E
Complementary color
Monochromatic Colors of #EDB23E
Black with #EDB23E
Text Example
Text Example
White with #EDB23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB23E; }
p { color: rgb(237,178,62); }
H1.HeaderClassName
{
color: #EDB23E;
}
.AnyTagClassName
{
color: #EDB23E;
}
</style>
background-color css
<style>
a { background-color: #EDB23E; }
a { background-color: rgb(237,178,62); }
div.DivClassName
{
background-color: #EDB23E;
}
.BgClassName
{
background-color: #EDB23E;
}
</style>
border-color css
<style>
span { border-color: #EDB23E; }
span { border-color: rgb(237,178,62); }
td.TdClassName
{
border-color: #EDB23E;
}
.TagClassName
{
border-color: #EDB23E;
}
</style>