Shades of Tulip Tree #EDB13F
Tints of Tulip Tree #EDB13F
RGB
CMYK
RGB Variations
Color information
#EDB13F (or 0xEDB13F) is known color: Tulip Tree. HEX triplet: ED, B1 and 3F. RGB value is (237,177,63). Sum of RGB (Red+Green+Blue) = 237+177+63=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 63 (25% from 255 or 13.21% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB13F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB13F is #124EC0. Grayscale: #B6B6B6. Windows color (decimal): -1199809 or 4174317. OLE color: 4174317.
HSL color Cylindrical-coordinate representation of color #EDB13F: hue angle of 39.31º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDB13F is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 63 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.07 |
| HSL | 39.31º | 0.83% | 0.59% | - |
| HSV(B) | 39.31º | 0.73% | 0.93% | - |
| XYZ | 51.54 | 49.81 | 11.6 | - |
| YUV | 181.94 | 60.88 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 63 | 0 | 0.25 | 0.73 | 0.07 | 39.31 | 0.83 | 0.59 |
| Hex | ED | B1 | 3F | 0 | 19 | 49 | 7 | 27 | 53 | 3B |
| Octal | 355 | 261 | 77 | 0 | 31 | 111 | 7 | 47 | 123 | 73 |
| Binary | 11101101 | 10110001 | 111111 | 0 | 11001 | 1001001 | 111 | 100111 | 1010011 | 111011 |
Color Harmonies of #EDB13F
Complementary color
Monochromatic Colors of #EDB13F
Black with #EDB13F
Text Example
Text Example
White with #EDB13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB13F; }
p { color: rgb(237,177,63); }
H1.HeaderClassName
{
color: #EDB13F;
}
.AnyTagClassName
{
color: #EDB13F;
}
</style>
background-color css
<style>
a { background-color: #EDB13F; }
a { background-color: rgb(237,177,63); }
div.DivClassName
{
background-color: #EDB13F;
}
.BgClassName
{
background-color: #EDB13F;
}
</style>
border-color css
<style>
span { border-color: #EDB13F; }
span { border-color: rgb(237,177,63); }
td.TdClassName
{
border-color: #EDB13F;
}
.TagClassName
{
border-color: #EDB13F;
}
</style>