Shades of Saffron #EEC33D
Tints of Saffron #EEC33D
RGB
CMYK
RGB Variations
Color information
#EEC33D (or 0xEEC33D) is known color: Saffron. HEX triplet: EE, C3 and 3D. RGB value is (238,195,61). Sum of RGB (Red+Green+Blue) = 238+195+61=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 61 (24.22% from 255 or 12.35% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC33D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC33D is #113CC2. Grayscale: #C1C1C1. Windows color (decimal): -1129667 or 4047854. OLE color: 4047854.
HSL color Cylindrical-coordinate representation of color #EEC33D: hue angle of 45.42º 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 #EEC33D is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 61 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.07 |
| HSL | 45.42º | 0.84% | 0.59% | - |
| HSV(B) | 45.42º | 0.74% | 0.93% | - |
| XYZ | 55.62 | 57.54 | 12.59 | - |
| YUV | 192.58 | 53.75 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 61 | 0 | 0.18 | 0.74 | 0.07 | 45.42 | 0.84 | 0.59 |
| Hex | EE | C3 | 3D | 0 | 12 | 4A | 7 | 2D | 54 | 3B |
| Octal | 356 | 303 | 75 | 0 | 22 | 112 | 7 | 55 | 124 | 73 |
| Binary | 11101110 | 11000011 | 111101 | 0 | 10010 | 1001010 | 111 | 101101 | 1010100 | 111011 |
Color Harmonies of #EEC33D
Complementary color
Monochromatic Colors of #EEC33D
Black with #EEC33D
Text Example
Text Example
White with #EEC33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC33D; }
p { color: rgb(238,195,61); }
H1.HeaderClassName
{
color: #EEC33D;
}
.AnyTagClassName
{
color: #EEC33D;
}
</style>
background-color css
<style>
a { background-color: #EEC33D; }
a { background-color: rgb(238,195,61); }
div.DivClassName
{
background-color: #EEC33D;
}
.BgClassName
{
background-color: #EEC33D;
}
</style>
border-color css
<style>
span { border-color: #EEC33D; }
span { border-color: rgb(238,195,61); }
td.TdClassName
{
border-color: #EEC33D;
}
.TagClassName
{
border-color: #EEC33D;
}
</style>