Shades of Saffron #EBC83B
Tints of Saffron #EBC83B
RGB
CMYK
RGB Variations
Color information
#EBC83B (or 0xEBC83B) is known color: Saffron. HEX triplet: EB, C8 and 3B. RGB value is (235,200,59). Sum of RGB (Red+Green+Blue) = 235+200+59=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 59 (23.44% from 255 or 11.94% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC83B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC83B is #1437C4. Grayscale: #C2C2C2. Windows color (decimal): -1324997 or 3918059. OLE color: 3918059.
HSL color Cylindrical-coordinate representation of color #EBC83B: hue angle of 48.07º 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 #EBC83B is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 59 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.08 |
| HSL | 48.07º | 0.81% | 0.58% | - |
| HSV(B) | 48.07º | 0.75% | 0.92% | - |
| XYZ | 55.7 | 59.29 | 12.65 | - |
| YUV | 194.39 | 51.6 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 59 | 0 | 0.15 | 0.75 | 0.08 | 48.07 | 0.81 | 0.58 |
| Hex | EB | C8 | 3B | 0 | F | 4B | 8 | 30 | 51 | 3A |
| Octal | 353 | 310 | 73 | 0 | 17 | 113 | 10 | 60 | 121 | 72 |
| Binary | 11101011 | 11001000 | 111011 | 0 | 1111 | 1001011 | 1000 | 110000 | 1010001 | 111010 |
Color Harmonies of #EBC83B
Complementary color
Monochromatic Colors of #EBC83B
Black with #EBC83B
Text Example
Text Example
White with #EBC83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC83B; }
p { color: rgb(235,200,59); }
H1.HeaderClassName
{
color: #EBC83B;
}
.AnyTagClassName
{
color: #EBC83B;
}
</style>
background-color css
<style>
a { background-color: #EBC83B; }
a { background-color: rgb(235,200,59); }
div.DivClassName
{
background-color: #EBC83B;
}
.BgClassName
{
background-color: #EBC83B;
}
</style>
border-color css
<style>
span { border-color: #EBC83B; }
span { border-color: rgb(235,200,59); }
td.TdClassName
{
border-color: #EBC83B;
}
.TagClassName
{
border-color: #EBC83B;
}
</style>