Shades of Saffron #EBC437
Tints of Saffron #EBC437
RGB
CMYK
RGB Variations
Color information
#EBC437 (or 0xEBC437) is known color: Saffron. HEX triplet: EB, C4 and 37. RGB value is (235,196,55). Sum of RGB (Red+Green+Blue) = 235+196+55=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 55 (21.88% from 255 or 11.32% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC437 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC437 is #143BC8. Grayscale: #C0C0C0. Windows color (decimal): -1326025 or 3654891. OLE color: 3654891.
HSL color Cylindrical-coordinate representation of color #EBC437: hue angle of 47º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EBC437 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 55 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.08 |
| HSL | 47º | 0.82% | 0.57% | - |
| HSV(B) | 47º | 0.77% | 0.92% | - |
| XYZ | 54.69 | 57.42 | 11.81 | - |
| YUV | 191.59 | 50.92 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 55 | 0 | 0.17 | 0.77 | 0.08 | 47 | 0.82 | 0.57 |
| Hex | EB | C4 | 37 | 0 | 11 | 4D | 8 | 2F | 52 | 39 |
| Octal | 353 | 304 | 67 | 0 | 21 | 115 | 10 | 57 | 122 | 71 |
| Binary | 11101011 | 11000100 | 110111 | 0 | 10001 | 1001101 | 1000 | 101111 | 1010010 | 111001 |
Color Harmonies of #EBC437
Complementary color
Monochromatic Colors of #EBC437
Black with #EBC437
Text Example
Text Example
White with #EBC437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC437; }
p { color: rgb(235,196,55); }
H1.HeaderClassName
{
color: #EBC437;
}
.AnyTagClassName
{
color: #EBC437;
}
</style>
background-color css
<style>
a { background-color: #EBC437; }
a { background-color: rgb(235,196,55); }
div.DivClassName
{
background-color: #EBC437;
}
.BgClassName
{
background-color: #EBC437;
}
</style>
border-color css
<style>
span { border-color: #EBC437; }
span { border-color: rgb(235,196,55); }
td.TdClassName
{
border-color: #EBC437;
}
.TagClassName
{
border-color: #EBC437;
}
</style>