Shades of Tulip Tree #EDB038
Tints of Tulip Tree #EDB038
RGB
CMYK
RGB Variations
Color information
#EDB038 (or 0xEDB038) is known color: Tulip Tree. HEX triplet: ED, B0 and 38. RGB value is (237,176,56). Sum of RGB (Red+Green+Blue) = 237+176+56=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 56 (22.27% from 255 or 11.94% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB038 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB038 is #124FC7. Grayscale: #B5B5B5. Windows color (decimal): -1200072 or 3715309. OLE color: 3715309.
HSL color Cylindrical-coordinate representation of color #EDB038: hue angle of 39.78º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDB038 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 56 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.07 |
| HSL | 39.78º | 0.83% | 0.57% | - |
| HSV(B) | 39.78º | 0.76% | 0.93% | - |
| XYZ | 51.16 | 49.34 | 10.57 | - |
| YUV | 180.56 | 57.71 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 56 | 0 | 0.26 | 0.76 | 0.07 | 39.78 | 0.83 | 0.57 |
| Hex | ED | B0 | 38 | 0 | 1A | 4C | 7 | 28 | 53 | 39 |
| Octal | 355 | 260 | 70 | 0 | 32 | 114 | 7 | 50 | 123 | 71 |
| Binary | 11101101 | 10110000 | 111000 | 0 | 11010 | 1001100 | 111 | 101000 | 1010011 | 111001 |
Color Harmonies of #EDB038
Complementary color
Monochromatic Colors of #EDB038
Black with #EDB038
Text Example
Text Example
White with #EDB038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB038; }
p { color: rgb(237,176,56); }
H1.HeaderClassName
{
color: #EDB038;
}
.AnyTagClassName
{
color: #EDB038;
}
</style>
background-color css
<style>
a { background-color: #EDB038; }
a { background-color: rgb(237,176,56); }
div.DivClassName
{
background-color: #EDB038;
}
.BgClassName
{
background-color: #EDB038;
}
</style>
border-color css
<style>
span { border-color: #EDB038; }
span { border-color: rgb(237,176,56); }
td.TdClassName
{
border-color: #EDB038;
}
.TagClassName
{
border-color: #EDB038;
}
</style>