Shades of Saffron #EBC436
Tints of Saffron #EBC436
RGB
CMYK
RGB Variations
Color information
#EBC436 (or 0xEBC436) is known color: Saffron. HEX triplet: EB, C4 and 36. RGB value is (235,196,54). Sum of RGB (Red+Green+Blue) = 235+196+54=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 54 (21.48% from 255 or 11.13% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC436 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC436 is #143BC9. Grayscale: #C0C0C0. Windows color (decimal): -1326026 or 3589355. OLE color: 3589355.
HSL color Cylindrical-coordinate representation of color #EBC436: hue angle of 47.07º 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 #EBC436 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 54 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.08 |
| HSL | 47.07º | 0.82% | 0.57% | - |
| HSV(B) | 47.07º | 0.77% | 0.92% | - |
| XYZ | 54.67 | 57.41 | 11.69 | - |
| YUV | 191.47 | 50.42 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 54 | 0 | 0.17 | 0.77 | 0.08 | 47.07 | 0.82 | 0.57 |
| Hex | EB | C4 | 36 | 0 | 11 | 4D | 8 | 2F | 52 | 39 |
| Octal | 353 | 304 | 66 | 0 | 21 | 115 | 10 | 57 | 122 | 71 |
| Binary | 11101011 | 11000100 | 110110 | 0 | 10001 | 1001101 | 1000 | 101111 | 1010010 | 111001 |
Color Harmonies of #EBC436
Complementary color
Monochromatic Colors of #EBC436
Black with #EBC436
Text Example
Text Example
White with #EBC436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC436; }
p { color: rgb(235,196,54); }
H1.HeaderClassName
{
color: #EBC436;
}
.AnyTagClassName
{
color: #EBC436;
}
</style>
background-color css
<style>
a { background-color: #EBC436; }
a { background-color: rgb(235,196,54); }
div.DivClassName
{
background-color: #EBC436;
}
.BgClassName
{
background-color: #EBC436;
}
</style>
border-color css
<style>
span { border-color: #EBC436; }
span { border-color: rgb(235,196,54); }
td.TdClassName
{
border-color: #EBC436;
}
.TagClassName
{
border-color: #EBC436;
}
</style>