Shades of Tulip Tree #EDB13C
Tints of Tulip Tree #EDB13C
RGB
CMYK
RGB Variations
Color information
#EDB13C (or 0xEDB13C) is known color: Tulip Tree. HEX triplet: ED, B1 and 3C. RGB value is (237,177,60). Sum of RGB (Red+Green+Blue) = 237+177+60=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 60 (23.83% from 255 or 12.66% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB13C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB13C is #124EC3. Grayscale: #B6B6B6. Windows color (decimal): -1199812 or 3977709. OLE color: 3977709.
HSL color Cylindrical-coordinate representation of color #EDB13C: hue angle of 39.66º 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 #EDB13C is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 60 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.07 |
| HSL | 39.66º | 0.83% | 0.58% | - |
| HSV(B) | 39.66º | 0.75% | 0.93% | - |
| XYZ | 51.46 | 49.78 | 11.17 | - |
| YUV | 181.6 | 59.38 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 60 | 0 | 0.25 | 0.75 | 0.07 | 39.66 | 0.83 | 0.58 |
| Hex | ED | B1 | 3C | 0 | 19 | 4B | 7 | 28 | 53 | 3A |
| Octal | 355 | 261 | 74 | 0 | 31 | 113 | 7 | 50 | 123 | 72 |
| Binary | 11101101 | 10110001 | 111100 | 0 | 11001 | 1001011 | 111 | 101000 | 1010011 | 111010 |
Color Harmonies of #EDB13C
Complementary color
Monochromatic Colors of #EDB13C
Black with #EDB13C
Text Example
Text Example
White with #EDB13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB13C; }
p { color: rgb(237,177,60); }
H1.HeaderClassName
{
color: #EDB13C;
}
.AnyTagClassName
{
color: #EDB13C;
}
</style>
background-color css
<style>
a { background-color: #EDB13C; }
a { background-color: rgb(237,177,60); }
div.DivClassName
{
background-color: #EDB13C;
}
.BgClassName
{
background-color: #EDB13C;
}
</style>
border-color css
<style>
span { border-color: #EDB13C; }
span { border-color: rgb(237,177,60); }
td.TdClassName
{
border-color: #EDB13C;
}
.TagClassName
{
border-color: #EDB13C;
}
</style>