Shades of Saffron #EECB3A
Tints of Saffron #EECB3A
RGB
CMYK
RGB Variations
Color information
#EECB3A (or 0xEECB3A) is known color: Saffron. HEX triplet: EE, CB and 3A. RGB value is (238,203,58). Sum of RGB (Red+Green+Blue) = 238+203+58=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 58 (23.05% from 255 or 11.62% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECB3A is #1134C5. Grayscale: #C5C5C5. Windows color (decimal): -1127622 or 3853294. OLE color: 3853294.
HSL color Cylindrical-coordinate representation of color #EECB3A: hue angle of 48.33º 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 #EECB3A is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 58 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.07 |
| HSL | 48.33º | 0.84% | 0.58% | - |
| HSV(B) | 48.33º | 0.76% | 0.93% | - |
| XYZ | 57.38 | 61.19 | 12.79 | - |
| YUV | 196.94 | 49.6 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 58 | 0 | 0.15 | 0.76 | 0.07 | 48.33 | 0.84 | 0.58 |
| Hex | EE | CB | 3A | 0 | F | 4C | 7 | 30 | 54 | 3A |
| Octal | 356 | 313 | 72 | 0 | 17 | 114 | 7 | 60 | 124 | 72 |
| Binary | 11101110 | 11001011 | 111010 | 0 | 1111 | 1001100 | 111 | 110000 | 1010100 | 111010 |
Color Harmonies of #EECB3A
Complementary color
Monochromatic Colors of #EECB3A
Black with #EECB3A
Text Example
Text Example
White with #EECB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB3A; }
p { color: rgb(238,203,58); }
H1.HeaderClassName
{
color: #EECB3A;
}
.AnyTagClassName
{
color: #EECB3A;
}
</style>
background-color css
<style>
a { background-color: #EECB3A; }
a { background-color: rgb(238,203,58); }
div.DivClassName
{
background-color: #EECB3A;
}
.BgClassName
{
background-color: #EECB3A;
}
</style>
border-color css
<style>
span { border-color: #EECB3A; }
span { border-color: rgb(238,203,58); }
td.TdClassName
{
border-color: #EECB3A;
}
.TagClassName
{
border-color: #EECB3A;
}
</style>