Shades of Saffron #EEC634
Tints of Saffron #EEC634
RGB
CMYK
RGB Variations
Color information
#EEC634 (or 0xEEC634) is known color: Saffron. HEX triplet: EE, C6 and 34. RGB value is (238,198,52). Sum of RGB (Red+Green+Blue) = 238+198+52=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 52 (20.70% from 255 or 10.66% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC634 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC634 is #1139CB. Grayscale: #C1C1C1. Windows color (decimal): -1128908 or 3458798. OLE color: 3458798.
HSL color Cylindrical-coordinate representation of color #EEC634: hue angle of 47.1º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EEC634 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 52 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.07 |
| HSL | 47.1º | 0.85% | 0.57% | - |
| HSV(B) | 47.1º | 0.78% | 0.93% | - |
| XYZ | 56.07 | 58.81 | 11.65 | - |
| YUV | 193.32 | 48.25 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 52 | 0 | 0.17 | 0.78 | 0.07 | 47.1 | 0.85 | 0.57 |
| Hex | EE | C6 | 34 | 0 | 11 | 4E | 7 | 2F | 55 | 39 |
| Octal | 356 | 306 | 64 | 0 | 21 | 116 | 7 | 57 | 125 | 71 |
| Binary | 11101110 | 11000110 | 110100 | 0 | 10001 | 1001110 | 111 | 101111 | 1010101 | 111001 |
Color Harmonies of #EEC634
Complementary color
Monochromatic Colors of #EEC634
Black with #EEC634
Text Example
Text Example
White with #EEC634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC634; }
p { color: rgb(238,198,52); }
H1.HeaderClassName
{
color: #EEC634;
}
.AnyTagClassName
{
color: #EEC634;
}
</style>
background-color css
<style>
a { background-color: #EEC634; }
a { background-color: rgb(238,198,52); }
div.DivClassName
{
background-color: #EEC634;
}
.BgClassName
{
background-color: #EEC634;
}
</style>
border-color css
<style>
span { border-color: #EEC634; }
span { border-color: rgb(238,198,52); }
td.TdClassName
{
border-color: #EEC634;
}
.TagClassName
{
border-color: #EEC634;
}
</style>