Shades of Saffron #EBC434
Tints of Saffron #EBC434
RGB
CMYK
RGB Variations
Color information
#EBC434 (or 0xEBC434) is known color: Saffron. HEX triplet: EB, C4 and 34. RGB value is (235,196,52). Sum of RGB (Red+Green+Blue) = 235+196+52=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 52 (20.70% from 255 or 10.77% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC434 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC434 is #143BCB. Grayscale: #BFBFBF. Windows color (decimal): -1326028 or 3458283. OLE color: 3458283.
HSL color Cylindrical-coordinate representation of color #EBC434: hue angle of 47.21º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EBC434 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 52 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.08 |
| HSL | 47.21º | 0.82% | 0.56% | - |
| HSV(B) | 47.21º | 0.78% | 0.92% | - |
| XYZ | 54.62 | 57.39 | 11.45 | - |
| YUV | 191.25 | 49.42 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 52 | 0 | 0.17 | 0.78 | 0.08 | 47.21 | 0.82 | 0.56 |
| Hex | EB | C4 | 34 | 0 | 11 | 4E | 8 | 2F | 52 | 38 |
| Octal | 353 | 304 | 64 | 0 | 21 | 116 | 10 | 57 | 122 | 70 |
| Binary | 11101011 | 11000100 | 110100 | 0 | 10001 | 1001110 | 1000 | 101111 | 1010010 | 111000 |
Color Harmonies of #EBC434
Complementary color
Monochromatic Colors of #EBC434
Black with #EBC434
Text Example
Text Example
White with #EBC434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC434; }
p { color: rgb(235,196,52); }
H1.HeaderClassName
{
color: #EBC434;
}
.AnyTagClassName
{
color: #EBC434;
}
</style>
background-color css
<style>
a { background-color: #EBC434; }
a { background-color: rgb(235,196,52); }
div.DivClassName
{
background-color: #EBC434;
}
.BgClassName
{
background-color: #EBC434;
}
</style>
border-color css
<style>
span { border-color: #EBC434; }
span { border-color: rgb(235,196,52); }
td.TdClassName
{
border-color: #EBC434;
}
.TagClassName
{
border-color: #EBC434;
}
</style>