Shades of Saffron #EBC535
Tints of Saffron #EBC535
RGB
CMYK
RGB Variations
Color information
#EBC535 (or 0xEBC535) is known color: Saffron. HEX triplet: EB, C5 and 35. RGB value is (235,197,53). Sum of RGB (Red+Green+Blue) = 235+197+53=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 53 (21.09% from 255 or 10.93% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC535 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC535 is #143ACA. Grayscale: #C0C0C0. Windows color (decimal): -1325771 or 3524075. OLE color: 3524075.
HSL color Cylindrical-coordinate representation of color #EBC535: hue angle of 47.47º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EBC535 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 53 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.08 |
| HSL | 47.47º | 0.82% | 0.56% | - |
| HSV(B) | 47.47º | 0.77% | 0.92% | - |
| XYZ | 54.87 | 57.85 | 11.64 | - |
| YUV | 191.95 | 49.59 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 53 | 0 | 0.16 | 0.77 | 0.08 | 47.47 | 0.82 | 0.56 |
| Hex | EB | C5 | 35 | 0 | 10 | 4D | 8 | 2F | 52 | 38 |
| Octal | 353 | 305 | 65 | 0 | 20 | 115 | 10 | 57 | 122 | 70 |
| Binary | 11101011 | 11000101 | 110101 | 0 | 10000 | 1001101 | 1000 | 101111 | 1010010 | 111000 |
Color Harmonies of #EBC535
Complementary color
Monochromatic Colors of #EBC535
Black with #EBC535
Text Example
Text Example
White with #EBC535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC535; }
p { color: rgb(235,197,53); }
H1.HeaderClassName
{
color: #EBC535;
}
.AnyTagClassName
{
color: #EBC535;
}
</style>
background-color css
<style>
a { background-color: #EBC535; }
a { background-color: rgb(235,197,53); }
div.DivClassName
{
background-color: #EBC535;
}
.BgClassName
{
background-color: #EBC535;
}
</style>
border-color css
<style>
span { border-color: #EBC535; }
span { border-color: rgb(235,197,53); }
td.TdClassName
{
border-color: #EBC535;
}
.TagClassName
{
border-color: #EBC535;
}
</style>