Shades of Saffron #EEC13D
Tints of Saffron #EEC13D
RGB
CMYK
RGB Variations
Color information
#EEC13D (or 0xEEC13D) is known color: Saffron. HEX triplet: EE, C1 and 3D. RGB value is (238,193,61). Sum of RGB (Red+Green+Blue) = 238+193+61=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 61 (24.22% from 255 or 12.40% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC13D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC13D is #113EC2. Grayscale: #BFBFBF. Windows color (decimal): -1130179 or 4047342. OLE color: 4047342.
HSL color Cylindrical-coordinate representation of color #EEC13D: hue angle of 44.75º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EEC13D is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 193 | 61 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.07 |
| HSL | 44.75º | 0.84% | 0.59% | - |
| HSV(B) | 44.75º | 0.74% | 0.93% | - |
| XYZ | 55.17 | 56.65 | 12.44 | - |
| YUV | 191.41 | 54.41 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 193 | 61 | 0 | 0.19 | 0.74 | 0.07 | 44.75 | 0.84 | 0.59 |
| Hex | EE | C1 | 3D | 0 | 13 | 4A | 7 | 2D | 54 | 3B |
| Octal | 356 | 301 | 75 | 0 | 23 | 112 | 7 | 55 | 124 | 73 |
| Binary | 11101110 | 11000001 | 111101 | 0 | 10011 | 1001010 | 111 | 101101 | 1010100 | 111011 |
Color Harmonies of #EEC13D
Complementary color
Monochromatic Colors of #EEC13D
Black with #EEC13D
Text Example
Text Example
White with #EEC13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC13D; }
p { color: rgb(238,193,61); }
H1.HeaderClassName
{
color: #EEC13D;
}
.AnyTagClassName
{
color: #EEC13D;
}
</style>
background-color css
<style>
a { background-color: #EEC13D; }
a { background-color: rgb(238,193,61); }
div.DivClassName
{
background-color: #EEC13D;
}
.BgClassName
{
background-color: #EEC13D;
}
</style>
border-color css
<style>
span { border-color: #EEC13D; }
span { border-color: rgb(238,193,61); }
td.TdClassName
{
border-color: #EEC13D;
}
.TagClassName
{
border-color: #EEC13D;
}
</style>