Shades of Saffron #EEC733
Tints of Saffron #EEC733
RGB
CMYK
RGB Variations
Color information
#EEC733 (or 0xEEC733) is known color: Saffron. HEX triplet: EE, C7 and 33. RGB value is (238,199,51). Sum of RGB (Red+Green+Blue) = 238+199+51=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 51 (20.31% from 255 or 10.45% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC733 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC733 is #1138CC. Grayscale: #C2C2C2. Windows color (decimal): -1128653 or 3393518. OLE color: 3393518.
HSL color Cylindrical-coordinate representation of color #EEC733: hue angle of 47.49º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EEC733 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 51 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.07 |
| HSL | 47.49º | 0.85% | 0.57% | - |
| HSV(B) | 47.49º | 0.79% | 0.93% | - |
| XYZ | 56.28 | 59.26 | 11.6 | - |
| YUV | 193.79 | 47.42 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 51 | 0 | 0.16 | 0.79 | 0.07 | 47.49 | 0.85 | 0.57 |
| Hex | EE | C7 | 33 | 0 | 10 | 4F | 7 | 2F | 55 | 39 |
| Octal | 356 | 307 | 63 | 0 | 20 | 117 | 7 | 57 | 125 | 71 |
| Binary | 11101110 | 11000111 | 110011 | 0 | 10000 | 1001111 | 111 | 101111 | 1010101 | 111001 |
Color Harmonies of #EEC733
Complementary color
Monochromatic Colors of #EEC733
Black with #EEC733
Text Example
Text Example
White with #EEC733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC733; }
p { color: rgb(238,199,51); }
H1.HeaderClassName
{
color: #EEC733;
}
.AnyTagClassName
{
color: #EEC733;
}
</style>
background-color css
<style>
a { background-color: #EEC733; }
a { background-color: rgb(238,199,51); }
div.DivClassName
{
background-color: #EEC733;
}
.BgClassName
{
background-color: #EEC733;
}
</style>
border-color css
<style>
span { border-color: #EEC733; }
span { border-color: rgb(238,199,51); }
td.TdClassName
{
border-color: #EEC733;
}
.TagClassName
{
border-color: #EEC733;
}
</style>