Shades of Tulip Tree #EDB03C
Tints of Tulip Tree #EDB03C
RGB
CMYK
RGB Variations
Color information
#EDB03C (or 0xEDB03C) is known color: Tulip Tree. HEX triplet: ED, B0 and 3C. RGB value is (237,176,60). Sum of RGB (Red+Green+Blue) = 237+176+60=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 60 (23.83% from 255 or 12.68% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB03C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB03C is #124FC3. Grayscale: #B5B5B5. Windows color (decimal): -1200068 or 3977453. OLE color: 3977453.
HSL color Cylindrical-coordinate representation of color #EDB03C: hue angle of 39.32º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDB03C is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 60 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.07 |
| HSL | 39.32º | 0.83% | 0.58% | - |
| HSV(B) | 39.32º | 0.75% | 0.93% | - |
| XYZ | 51.27 | 49.38 | 11.1 | - |
| YUV | 181.02 | 59.71 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 60 | 0 | 0.26 | 0.75 | 0.07 | 39.32 | 0.83 | 0.58 |
| Hex | ED | B0 | 3C | 0 | 1A | 4B | 7 | 27 | 53 | 3A |
| Octal | 355 | 260 | 74 | 0 | 32 | 113 | 7 | 47 | 123 | 72 |
| Binary | 11101101 | 10110000 | 111100 | 0 | 11010 | 1001011 | 111 | 100111 | 1010011 | 111010 |
Color Harmonies of #EDB03C
Complementary color
Monochromatic Colors of #EDB03C
Black with #EDB03C
Text Example
Text Example
White with #EDB03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB03C; }
p { color: rgb(237,176,60); }
H1.HeaderClassName
{
color: #EDB03C;
}
.AnyTagClassName
{
color: #EDB03C;
}
</style>
background-color css
<style>
a { background-color: #EDB03C; }
a { background-color: rgb(237,176,60); }
div.DivClassName
{
background-color: #EDB03C;
}
.BgClassName
{
background-color: #EDB03C;
}
</style>
border-color css
<style>
span { border-color: #EDB03C; }
span { border-color: rgb(237,176,60); }
td.TdClassName
{
border-color: #EDB03C;
}
.TagClassName
{
border-color: #EDB03C;
}
</style>