Shades of Saffron #EEC835
Tints of Saffron #EEC835
RGB
CMYK
RGB Variations
Color information
#EEC835 (or 0xEEC835) is known color: Saffron. HEX triplet: EE, C8 and 35. RGB value is (238,200,53). Sum of RGB (Red+Green+Blue) = 238+200+53=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 53 (21.09% from 255 or 10.79% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC835 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC835 is #1137CA. Grayscale: #C3C3C3. Windows color (decimal): -1128395 or 3524846. OLE color: 3524846.
HSL color Cylindrical-coordinate representation of color #EEC835: hue angle of 47.68º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EEC835 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 53 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.07 |
| HSL | 47.68º | 0.84% | 0.57% | - |
| HSV(B) | 47.68º | 0.78% | 0.93% | - |
| XYZ | 56.56 | 59.74 | 11.92 | - |
| YUV | 194.6 | 48.09 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 53 | 0 | 0.16 | 0.78 | 0.07 | 47.68 | 0.84 | 0.57 |
| Hex | EE | C8 | 35 | 0 | 10 | 4E | 7 | 30 | 54 | 39 |
| Octal | 356 | 310 | 65 | 0 | 20 | 116 | 7 | 60 | 124 | 71 |
| Binary | 11101110 | 11001000 | 110101 | 0 | 10000 | 1001110 | 111 | 110000 | 1010100 | 111001 |
Color Harmonies of #EEC835
Complementary color
Monochromatic Colors of #EEC835
Black with #EEC835
Text Example
Text Example
White with #EEC835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC835; }
p { color: rgb(238,200,53); }
H1.HeaderClassName
{
color: #EEC835;
}
.AnyTagClassName
{
color: #EEC835;
}
</style>
background-color css
<style>
a { background-color: #EEC835; }
a { background-color: rgb(238,200,53); }
div.DivClassName
{
background-color: #EEC835;
}
.BgClassName
{
background-color: #EEC835;
}
</style>
border-color css
<style>
span { border-color: #EEC835; }
span { border-color: rgb(238,200,53); }
td.TdClassName
{
border-color: #EEC835;
}
.TagClassName
{
border-color: #EEC835;
}
</style>