Shades of Saffron #EBC63C
Tints of Saffron #EBC63C
RGB
CMYK
RGB Variations
Color information
#EBC63C (or 0xEBC63C) is known color: Saffron. HEX triplet: EB, C6 and 3C. RGB value is (235,198,60). Sum of RGB (Red+Green+Blue) = 235+198+60=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 60 (23.83% from 255 or 12.17% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC63C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC63C is #1439C3. Grayscale: #C1C1C1. Windows color (decimal): -1325508 or 3983083. OLE color: 3983083.
HSL color Cylindrical-coordinate representation of color #EBC63C: hue angle of 47.31º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBC63C is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 60 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.08 |
| HSL | 47.31º | 0.81% | 0.58% | - |
| HSV(B) | 47.31º | 0.74% | 0.92% | - |
| XYZ | 55.27 | 58.38 | 12.63 | - |
| YUV | 193.33 | 52.76 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 60 | 0 | 0.16 | 0.74 | 0.08 | 47.31 | 0.81 | 0.58 |
| Hex | EB | C6 | 3C | 0 | 10 | 4A | 8 | 2F | 51 | 3A |
| Octal | 353 | 306 | 74 | 0 | 20 | 112 | 10 | 57 | 121 | 72 |
| Binary | 11101011 | 11000110 | 111100 | 0 | 10000 | 1001010 | 1000 | 101111 | 1010001 | 111010 |
Color Harmonies of #EBC63C
Complementary color
Monochromatic Colors of #EBC63C
Black with #EBC63C
Text Example
Text Example
White with #EBC63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC63C; }
p { color: rgb(235,198,60); }
H1.HeaderClassName
{
color: #EBC63C;
}
.AnyTagClassName
{
color: #EBC63C;
}
</style>
background-color css
<style>
a { background-color: #EBC63C; }
a { background-color: rgb(235,198,60); }
div.DivClassName
{
background-color: #EBC63C;
}
.BgClassName
{
background-color: #EBC63C;
}
</style>
border-color css
<style>
span { border-color: #EBC63C; }
span { border-color: rgb(235,198,60); }
td.TdClassName
{
border-color: #EBC63C;
}
.TagClassName
{
border-color: #EBC63C;
}
</style>