Shades of Saffron #EEC43D
Tints of Saffron #EEC43D
RGB
CMYK
RGB Variations
Color information
#EEC43D (or 0xEEC43D) is known color: Saffron. HEX triplet: EE, C4 and 3D. RGB value is (238,196,61). Sum of RGB (Red+Green+Blue) = 238+196+61=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 61 (24.22% from 255 or 12.32% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC43D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC43D is #113BC2. Grayscale: #C1C1C1. Windows color (decimal): -1129411 or 4048110. OLE color: 4048110.
HSL color Cylindrical-coordinate representation of color #EEC43D: hue angle of 45.76º 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 #EEC43D is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 61 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.07 |
| HSL | 45.76º | 0.84% | 0.59% | - |
| HSV(B) | 45.76º | 0.74% | 0.93% | - |
| XYZ | 55.84 | 57.99 | 12.67 | - |
| YUV | 193.17 | 53.41 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 61 | 0 | 0.18 | 0.74 | 0.07 | 45.76 | 0.84 | 0.59 |
| Hex | EE | C4 | 3D | 0 | 12 | 4A | 7 | 2E | 54 | 3B |
| Octal | 356 | 304 | 75 | 0 | 22 | 112 | 7 | 56 | 124 | 73 |
| Binary | 11101110 | 11000100 | 111101 | 0 | 10010 | 1001010 | 111 | 101110 | 1010100 | 111011 |
Color Harmonies of #EEC43D
Complementary color
Monochromatic Colors of #EEC43D
Black with #EEC43D
Text Example
Text Example
White with #EEC43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC43D; }
p { color: rgb(238,196,61); }
H1.HeaderClassName
{
color: #EEC43D;
}
.AnyTagClassName
{
color: #EEC43D;
}
</style>
background-color css
<style>
a { background-color: #EEC43D; }
a { background-color: rgb(238,196,61); }
div.DivClassName
{
background-color: #EEC43D;
}
.BgClassName
{
background-color: #EEC43D;
}
</style>
border-color css
<style>
span { border-color: #EEC43D; }
span { border-color: rgb(238,196,61); }
td.TdClassName
{
border-color: #EEC43D;
}
.TagClassName
{
border-color: #EEC43D;
}
</style>