Shades of Saffron #EEC63A
Tints of Saffron #EEC63A
RGB
CMYK
RGB Variations
Color information
#EEC63A (or 0xEEC63A) is known color: Saffron. HEX triplet: EE, C6 and 3A. RGB value is (238,198,58). Sum of RGB (Red+Green+Blue) = 238+198+58=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 58 (23.05% from 255 or 11.74% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC63A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC63A is #1139C5. Grayscale: #C2C2C2. Windows color (decimal): -1128902 or 3852014. OLE color: 3852014.
HSL color Cylindrical-coordinate representation of color #EEC63A: hue angle of 46.67º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EEC63A is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 58 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.07 |
| HSL | 46.67º | 0.84% | 0.58% | - |
| HSV(B) | 46.67º | 0.76% | 0.93% | - |
| XYZ | 56.22 | 58.87 | 12.4 | - |
| YUV | 194 | 51.25 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 58 | 0 | 0.17 | 0.76 | 0.07 | 46.67 | 0.84 | 0.58 |
| Hex | EE | C6 | 3A | 0 | 11 | 4C | 7 | 2F | 54 | 3A |
| Octal | 356 | 306 | 72 | 0 | 21 | 114 | 7 | 57 | 124 | 72 |
| Binary | 11101110 | 11000110 | 111010 | 0 | 10001 | 1001100 | 111 | 101111 | 1010100 | 111010 |
Color Harmonies of #EEC63A
Complementary color
Monochromatic Colors of #EEC63A
Black with #EEC63A
Text Example
Text Example
White with #EEC63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC63A; }
p { color: rgb(238,198,58); }
H1.HeaderClassName
{
color: #EEC63A;
}
.AnyTagClassName
{
color: #EEC63A;
}
</style>
background-color css
<style>
a { background-color: #EEC63A; }
a { background-color: rgb(238,198,58); }
div.DivClassName
{
background-color: #EEC63A;
}
.BgClassName
{
background-color: #EEC63A;
}
</style>
border-color css
<style>
span { border-color: #EEC63A; }
span { border-color: rgb(238,198,58); }
td.TdClassName
{
border-color: #EEC63A;
}
.TagClassName
{
border-color: #EEC63A;
}
</style>