Shades of Saffron #EBC537
Tints of Saffron #EBC537
RGB
CMYK
RGB Variations
Color information
#EBC537 (or 0xEBC537) is known color: Saffron. HEX triplet: EB, C5 and 37. RGB value is (235,197,55). Sum of RGB (Red+Green+Blue) = 235+197+55=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 55 (21.88% from 255 or 11.29% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC537 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC537 is #143AC8. Grayscale: #C0C0C0. Windows color (decimal): -1325769 or 3655147. OLE color: 3655147.
HSL color Cylindrical-coordinate representation of color #EBC537: hue angle of 47.33º 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 #EBC537 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 55 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.08 |
| HSL | 47.33º | 0.82% | 0.57% | - |
| HSV(B) | 47.33º | 0.77% | 0.92% | - |
| XYZ | 54.92 | 57.87 | 11.89 | - |
| YUV | 192.17 | 50.59 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 55 | 0 | 0.16 | 0.77 | 0.08 | 47.33 | 0.82 | 0.57 |
| Hex | EB | C5 | 37 | 0 | 10 | 4D | 8 | 2F | 52 | 39 |
| Octal | 353 | 305 | 67 | 0 | 20 | 115 | 10 | 57 | 122 | 71 |
| Binary | 11101011 | 11000101 | 110111 | 0 | 10000 | 1001101 | 1000 | 101111 | 1010010 | 111001 |
Color Harmonies of #EBC537
Complementary color
Monochromatic Colors of #EBC537
Black with #EBC537
Text Example
Text Example
White with #EBC537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC537; }
p { color: rgb(235,197,55); }
H1.HeaderClassName
{
color: #EBC537;
}
.AnyTagClassName
{
color: #EBC537;
}
</style>
background-color css
<style>
a { background-color: #EBC537; }
a { background-color: rgb(235,197,55); }
div.DivClassName
{
background-color: #EBC537;
}
.BgClassName
{
background-color: #EBC537;
}
</style>
border-color css
<style>
span { border-color: #EBC537; }
span { border-color: rgb(235,197,55); }
td.TdClassName
{
border-color: #EBC537;
}
.TagClassName
{
border-color: #EBC537;
}
</style>