Shades of Saffron #EBC635
Tints of Saffron #EBC635
RGB
CMYK
RGB Variations
Color information
#EBC635 (or 0xEBC635) is known color: Saffron. HEX triplet: EB, C6 and 35. RGB value is (235,198,53). Sum of RGB (Red+Green+Blue) = 235+198+53=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 53 (21.09% from 255 or 10.91% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC635 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC635 is #1439CA. Grayscale: #C1C1C1. Windows color (decimal): -1325515 or 3524331. OLE color: 3524331.
HSL color Cylindrical-coordinate representation of color #EBC635: hue angle of 47.8º 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 #EBC635 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 53 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.08 |
| HSL | 47.8º | 0.82% | 0.56% | - |
| HSV(B) | 47.8º | 0.77% | 0.92% | - |
| XYZ | 55.1 | 58.31 | 11.72 | - |
| YUV | 192.53 | 49.26 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 53 | 0 | 0.16 | 0.77 | 0.08 | 47.8 | 0.82 | 0.56 |
| Hex | EB | C6 | 35 | 0 | 10 | 4D | 8 | 30 | 52 | 38 |
| Octal | 353 | 306 | 65 | 0 | 20 | 115 | 10 | 60 | 122 | 70 |
| Binary | 11101011 | 11000110 | 110101 | 0 | 10000 | 1001101 | 1000 | 110000 | 1010010 | 111000 |
Color Harmonies of #EBC635
Complementary color
Monochromatic Colors of #EBC635
Black with #EBC635
Text Example
Text Example
White with #EBC635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC635; }
p { color: rgb(235,198,53); }
H1.HeaderClassName
{
color: #EBC635;
}
.AnyTagClassName
{
color: #EBC635;
}
</style>
background-color css
<style>
a { background-color: #EBC635; }
a { background-color: rgb(235,198,53); }
div.DivClassName
{
background-color: #EBC635;
}
.BgClassName
{
background-color: #EBC635;
}
</style>
border-color css
<style>
span { border-color: #EBC635; }
span { border-color: rgb(235,198,53); }
td.TdClassName
{
border-color: #EBC635;
}
.TagClassName
{
border-color: #EBC635;
}
</style>