Shades of Saffron #EECA3A
Tints of Saffron #EECA3A
RGB
CMYK
RGB Variations
Color information
#EECA3A (or 0xEECA3A) is known color: Saffron. HEX triplet: EE, CA and 3A. RGB value is (238,202,58). Sum of RGB (Red+Green+Blue) = 238+202+58=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 58 (23.05% from 255 or 11.65% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECA3A is #1135C5. Grayscale: #C4C4C4. Windows color (decimal): -1127878 or 3853038. OLE color: 3853038.
HSL color Cylindrical-coordinate representation of color #EECA3A: hue angle of 48º 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 #EECA3A is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 58 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.07 |
| HSL | 48º | 0.84% | 0.58% | - |
| HSV(B) | 48º | 0.76% | 0.93% | - |
| XYZ | 57.14 | 60.72 | 12.71 | - |
| YUV | 196.35 | 49.93 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 58 | 0 | 0.15 | 0.76 | 0.07 | 48 | 0.84 | 0.58 |
| Hex | EE | CA | 3A | 0 | F | 4C | 7 | 30 | 54 | 3A |
| Octal | 356 | 312 | 72 | 0 | 17 | 114 | 7 | 60 | 124 | 72 |
| Binary | 11101110 | 11001010 | 111010 | 0 | 1111 | 1001100 | 111 | 110000 | 1010100 | 111010 |
Color Harmonies of #EECA3A
Complementary color
Monochromatic Colors of #EECA3A
Black with #EECA3A
Text Example
Text Example
White with #EECA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA3A; }
p { color: rgb(238,202,58); }
H1.HeaderClassName
{
color: #EECA3A;
}
.AnyTagClassName
{
color: #EECA3A;
}
</style>
background-color css
<style>
a { background-color: #EECA3A; }
a { background-color: rgb(238,202,58); }
div.DivClassName
{
background-color: #EECA3A;
}
.BgClassName
{
background-color: #EECA3A;
}
</style>
border-color css
<style>
span { border-color: #EECA3A; }
span { border-color: rgb(238,202,58); }
td.TdClassName
{
border-color: #EECA3A;
}
.TagClassName
{
border-color: #EECA3A;
}
</style>