Shades of Saffron #EBC53B
Tints of Saffron #EBC53B
RGB
CMYK
RGB Variations
Color information
#EBC53B (or 0xEBC53B) is known color: Saffron. HEX triplet: EB, C5 and 3B. RGB value is (235,197,59). Sum of RGB (Red+Green+Blue) = 235+197+59=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 59 (23.44% from 255 or 12.02% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC53B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC53B is #143AC4. Grayscale: #C1C1C1. Windows color (decimal): -1325765 or 3917291. OLE color: 3917291.
HSL color Cylindrical-coordinate representation of color #EBC53B: hue angle of 47.05º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EBC53B is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 59 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.08 |
| HSL | 47.05º | 0.81% | 0.58% | - |
| HSV(B) | 47.05º | 0.75% | 0.92% | - |
| XYZ | 55.02 | 57.91 | 12.42 | - |
| YUV | 192.63 | 52.59 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 59 | 0 | 0.16 | 0.75 | 0.08 | 47.05 | 0.81 | 0.58 |
| Hex | EB | C5 | 3B | 0 | 10 | 4B | 8 | 2F | 51 | 3A |
| Octal | 353 | 305 | 73 | 0 | 20 | 113 | 10 | 57 | 121 | 72 |
| Binary | 11101011 | 11000101 | 111011 | 0 | 10000 | 1001011 | 1000 | 101111 | 1010001 | 111010 |
Color Harmonies of #EBC53B
Complementary color
Monochromatic Colors of #EBC53B
Black with #EBC53B
Text Example
Text Example
White with #EBC53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC53B; }
p { color: rgb(235,197,59); }
H1.HeaderClassName
{
color: #EBC53B;
}
.AnyTagClassName
{
color: #EBC53B;
}
</style>
background-color css
<style>
a { background-color: #EBC53B; }
a { background-color: rgb(235,197,59); }
div.DivClassName
{
background-color: #EBC53B;
}
.BgClassName
{
background-color: #EBC53B;
}
</style>
border-color css
<style>
span { border-color: #EBC53B; }
span { border-color: rgb(235,197,59); }
td.TdClassName
{
border-color: #EBC53B;
}
.TagClassName
{
border-color: #EBC53B;
}
</style>