Shades of Saffron #EEC731
Tints of Saffron #EEC731
RGB
CMYK
RGB Variations
Color information
#EEC731 (or 0xEEC731) is known color: Saffron. HEX triplet: EE, C7 and 31. RGB value is (238,199,49). Sum of RGB (Red+Green+Blue) = 238+199+49=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 199 (78.12% from 255 or 40.95% from 486); Blue value is 49 (19.53% from 255 or 10.08% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC731 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC731 is #1138CE. Grayscale: #C2C2C2. Windows color (decimal): -1128655 or 3262446. OLE color: 3262446.
HSL color Cylindrical-coordinate representation of color #EEC731: hue angle of 47.62º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EEC731 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 49 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.07 |
| HSL | 47.62º | 0.85% | 0.56% | - |
| HSV(B) | 47.62º | 0.79% | 0.93% | - |
| XYZ | 56.24 | 59.25 | 11.38 | - |
| YUV | 193.56 | 46.42 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 49 | 0 | 0.16 | 0.79 | 0.07 | 47.62 | 0.85 | 0.56 |
| Hex | EE | C7 | 31 | 0 | 10 | 4F | 7 | 30 | 55 | 38 |
| Octal | 356 | 307 | 61 | 0 | 20 | 117 | 7 | 60 | 125 | 70 |
| Binary | 11101110 | 11000111 | 110001 | 0 | 10000 | 1001111 | 111 | 110000 | 1010101 | 111000 |
Color Harmonies of #EEC731
Complementary color
Monochromatic Colors of #EEC731
Black with #EEC731
Text Example
Text Example
White with #EEC731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC731; }
p { color: rgb(238,199,49); }
H1.HeaderClassName
{
color: #EEC731;
}
.AnyTagClassName
{
color: #EEC731;
}
</style>
background-color css
<style>
a { background-color: #EEC731; }
a { background-color: rgb(238,199,49); }
div.DivClassName
{
background-color: #EEC731;
}
.BgClassName
{
background-color: #EEC731;
}
</style>
border-color css
<style>
span { border-color: #EEC731; }
span { border-color: rgb(238,199,49); }
td.TdClassName
{
border-color: #EEC731;
}
.TagClassName
{
border-color: #EEC731;
}
</style>