Shades of Tulip Tree #EDB034
Tints of Tulip Tree #EDB034
RGB
CMYK
RGB Variations
Color information
#EDB034 (or 0xEDB034) is known color: Tulip Tree. HEX triplet: ED, B0 and 34. RGB value is (237,176,52). Sum of RGB (Red+Green+Blue) = 237+176+52=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 52 (20.70% from 255 or 11.18% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB034 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB034 is #124FCB. Grayscale: #B4B4B4. Windows color (decimal): -1200076 or 3453165. OLE color: 3453165.
HSL color Cylindrical-coordinate representation of color #EDB034: hue angle of 40.22º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDB034 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 52 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.07 |
| HSL | 40.22º | 0.84% | 0.57% | - |
| HSV(B) | 40.22º | 0.78% | 0.93% | - |
| XYZ | 51.07 | 49.3 | 10.07 | - |
| YUV | 180.1 | 55.71 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 52 | 0 | 0.26 | 0.78 | 0.07 | 40.22 | 0.84 | 0.57 |
| Hex | ED | B0 | 34 | 0 | 1A | 4E | 7 | 28 | 54 | 39 |
| Octal | 355 | 260 | 64 | 0 | 32 | 116 | 7 | 50 | 124 | 71 |
| Binary | 11101101 | 10110000 | 110100 | 0 | 11010 | 1001110 | 111 | 101000 | 1010100 | 111001 |
Color Harmonies of #EDB034
Complementary color
Monochromatic Colors of #EDB034
Black with #EDB034
Text Example
Text Example
White with #EDB034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB034; }
p { color: rgb(237,176,52); }
H1.HeaderClassName
{
color: #EDB034;
}
.AnyTagClassName
{
color: #EDB034;
}
</style>
background-color css
<style>
a { background-color: #EDB034; }
a { background-color: rgb(237,176,52); }
div.DivClassName
{
background-color: #EDB034;
}
.BgClassName
{
background-color: #EDB034;
}
</style>
border-color css
<style>
span { border-color: #EDB034; }
span { border-color: rgb(237,176,52); }
td.TdClassName
{
border-color: #EDB034;
}
.TagClassName
{
border-color: #EDB034;
}
</style>