Shades of Saffron #EBC03B
Tints of Saffron #EBC03B
RGB
CMYK
RGB Variations
Color information
#EBC03B (or 0xEBC03B) is known color: Saffron. HEX triplet: EB, C0 and 3B. RGB value is (235,192,59). Sum of RGB (Red+Green+Blue) = 235+192+59=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 59 (23.44% from 255 or 12.14% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC03B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC03B is #143FC4. Grayscale: #BEBEBE. Windows color (decimal): -1327045 or 3916011. OLE color: 3916011.
HSL color Cylindrical-coordinate representation of color #EBC03B: hue angle of 45.34º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EBC03B is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 59 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.08 |
| HSL | 45.34º | 0.81% | 0.58% | - |
| HSV(B) | 45.34º | 0.75% | 0.92% | - |
| XYZ | 53.9 | 55.68 | 12.04 | - |
| YUV | 189.7 | 54.25 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 59 | 0 | 0.18 | 0.75 | 0.08 | 45.34 | 0.81 | 0.58 |
| Hex | EB | C0 | 3B | 0 | 12 | 4B | 8 | 2D | 51 | 3A |
| Octal | 353 | 300 | 73 | 0 | 22 | 113 | 10 | 55 | 121 | 72 |
| Binary | 11101011 | 11000000 | 111011 | 0 | 10010 | 1001011 | 1000 | 101101 | 1010001 | 111010 |
Color Harmonies of #EBC03B
Complementary color
Monochromatic Colors of #EBC03B
Black with #EBC03B
Text Example
Text Example
White with #EBC03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC03B; }
p { color: rgb(235,192,59); }
H1.HeaderClassName
{
color: #EBC03B;
}
.AnyTagClassName
{
color: #EBC03B;
}
</style>
background-color css
<style>
a { background-color: #EBC03B; }
a { background-color: rgb(235,192,59); }
div.DivClassName
{
background-color: #EBC03B;
}
.BgClassName
{
background-color: #EBC03B;
}
</style>
border-color css
<style>
span { border-color: #EBC03B; }
span { border-color: rgb(235,192,59); }
td.TdClassName
{
border-color: #EBC03B;
}
.TagClassName
{
border-color: #EBC03B;
}
</style>