Shades of Saffron #EBC138
Tints of Saffron #EBC138
RGB
CMYK
RGB Variations
Color information
#EBC138 (or 0xEBC138) is known color: Saffron. HEX triplet: EB, C1 and 38. RGB value is (235,193,56). Sum of RGB (Red+Green+Blue) = 235+193+56=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 56 (22.27% from 255 or 11.57% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC138 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC138 is #143EC7. Grayscale: #BEBEBE. Windows color (decimal): -1326792 or 3719659. OLE color: 3719659.
HSL color Cylindrical-coordinate representation of color #EBC138: hue angle of 45.92º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EBC138 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 193 | 56 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.08 |
| HSL | 45.92º | 0.82% | 0.57% | - |
| HSV(B) | 45.92º | 0.76% | 0.92% | - |
| XYZ | 54.04 | 56.09 | 11.72 | - |
| YUV | 189.94 | 52.41 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 193 | 56 | 0 | 0.18 | 0.76 | 0.08 | 45.92 | 0.82 | 0.57 |
| Hex | EB | C1 | 38 | 0 | 12 | 4C | 8 | 2E | 52 | 39 |
| Octal | 353 | 301 | 70 | 0 | 22 | 114 | 10 | 56 | 122 | 71 |
| Binary | 11101011 | 11000001 | 111000 | 0 | 10010 | 1001100 | 1000 | 101110 | 1010010 | 111001 |
Color Harmonies of #EBC138
Complementary color
Monochromatic Colors of #EBC138
Black with #EBC138
Text Example
Text Example
White with #EBC138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC138; }
p { color: rgb(235,193,56); }
H1.HeaderClassName
{
color: #EBC138;
}
.AnyTagClassName
{
color: #EBC138;
}
</style>
background-color css
<style>
a { background-color: #EBC138; }
a { background-color: rgb(235,193,56); }
div.DivClassName
{
background-color: #EBC138;
}
.BgClassName
{
background-color: #EBC138;
}
</style>
border-color css
<style>
span { border-color: #EBC138; }
span { border-color: rgb(235,193,56); }
td.TdClassName
{
border-color: #EBC138;
}
.TagClassName
{
border-color: #EBC138;
}
</style>