Shades of Saffron #EEC230
Tints of Saffron #EEC230
RGB
CMYK
RGB Variations
Color information
#EEC230 (or 0xEEC230) is known color: Saffron. HEX triplet: EE, C2 and 30. RGB value is (238,194,48). Sum of RGB (Red+Green+Blue) = 238+194+48=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 48 (19.14% from 255 or 10% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC230 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC230 is #113DCF. Grayscale: #BFBFBF. Windows color (decimal): -1129936 or 3195630. OLE color: 3195630.
HSL color Cylindrical-coordinate representation of color #EEC230: hue angle of 46.11º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EEC230 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 48 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.07 |
| HSL | 46.11º | 0.85% | 0.56% | - |
| HSV(B) | 46.11º | 0.8% | 0.93% | - |
| XYZ | 55.09 | 56.97 | 10.89 | - |
| YUV | 190.51 | 47.58 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 48 | 0 | 0.18 | 0.80 | 0.07 | 46.11 | 0.85 | 0.56 |
| Hex | EE | C2 | 30 | 0 | 12 | 50 | 7 | 2E | 55 | 38 |
| Octal | 356 | 302 | 60 | 0 | 22 | 120 | 7 | 56 | 125 | 70 |
| Binary | 11101110 | 11000010 | 110000 | 0 | 10010 | 1010000 | 111 | 101110 | 1010101 | 111000 |
Color Harmonies of #EEC230
Complementary color
Monochromatic Colors of #EEC230
Black with #EEC230
Text Example
Text Example
White with #EEC230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC230; }
p { color: rgb(238,194,48); }
H1.HeaderClassName
{
color: #EEC230;
}
.AnyTagClassName
{
color: #EEC230;
}
</style>
background-color css
<style>
a { background-color: #EEC230; }
a { background-color: rgb(238,194,48); }
div.DivClassName
{
background-color: #EEC230;
}
.BgClassName
{
background-color: #EEC230;
}
</style>
border-color css
<style>
span { border-color: #EEC230; }
span { border-color: rgb(238,194,48); }
td.TdClassName
{
border-color: #EEC230;
}
.TagClassName
{
border-color: #EEC230;
}
</style>