Shades of Saffron #EBC33C
Tints of Saffron #EBC33C
RGB
CMYK
RGB Variations
Color information
#EBC33C (or 0xEBC33C) is known color: Saffron. HEX triplet: EB, C3 and 3C. RGB value is (235,195,60). Sum of RGB (Red+Green+Blue) = 235+195+60=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 60 (23.83% from 255 or 12.24% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC33C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC33C is #143CC3. Grayscale: #C0C0C0. Windows color (decimal): -1326276 or 3982315. OLE color: 3982315.
HSL color Cylindrical-coordinate representation of color #EBC33C: hue angle of 46.29º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBC33C is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 195 | 60 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.08 |
| HSL | 46.29º | 0.81% | 0.58% | - |
| HSV(B) | 46.29º | 0.74% | 0.92% | - |
| XYZ | 54.59 | 57.02 | 12.4 | - |
| YUV | 191.57 | 53.75 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 195 | 60 | 0 | 0.17 | 0.74 | 0.08 | 46.29 | 0.81 | 0.58 |
| Hex | EB | C3 | 3C | 0 | 11 | 4A | 8 | 2E | 51 | 3A |
| Octal | 353 | 303 | 74 | 0 | 21 | 112 | 10 | 56 | 121 | 72 |
| Binary | 11101011 | 11000011 | 111100 | 0 | 10001 | 1001010 | 1000 | 101110 | 1010001 | 111010 |
Color Harmonies of #EBC33C
Complementary color
Monochromatic Colors of #EBC33C
Black with #EBC33C
Text Example
Text Example
White with #EBC33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC33C; }
p { color: rgb(235,195,60); }
H1.HeaderClassName
{
color: #EBC33C;
}
.AnyTagClassName
{
color: #EBC33C;
}
</style>
background-color css
<style>
a { background-color: #EBC33C; }
a { background-color: rgb(235,195,60); }
div.DivClassName
{
background-color: #EBC33C;
}
.BgClassName
{
background-color: #EBC33C;
}
</style>
border-color css
<style>
span { border-color: #EBC33C; }
span { border-color: rgb(235,195,60); }
td.TdClassName
{
border-color: #EBC33C;
}
.TagClassName
{
border-color: #EBC33C;
}
</style>