Shades of Saffron #EEC730
Tints of Saffron #EEC730
RGB
CMYK
RGB Variations
Color information
#EEC730 (or 0xEEC730) is known color: Saffron. HEX triplet: EE, C7 and 30. RGB value is (238,199,48). Sum of RGB (Red+Green+Blue) = 238+199+48=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 48 (19.14% from 255 or 9.90% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC730 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC730 is #1138CF. Grayscale: #C2C2C2. Windows color (decimal): -1128656 or 3196910. OLE color: 3196910.
HSL color Cylindrical-coordinate representation of color #EEC730: hue angle of 47.68º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EEC730 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 48 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.07 |
| HSL | 47.68º | 0.85% | 0.56% | - |
| HSV(B) | 47.68º | 0.8% | 0.93% | - |
| XYZ | 56.22 | 59.24 | 11.27 | - |
| YUV | 193.45 | 45.92 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 48 | 0 | 0.16 | 0.80 | 0.07 | 47.68 | 0.85 | 0.56 |
| Hex | EE | C7 | 30 | 0 | 10 | 50 | 7 | 30 | 55 | 38 |
| Octal | 356 | 307 | 60 | 0 | 20 | 120 | 7 | 60 | 125 | 70 |
| Binary | 11101110 | 11000111 | 110000 | 0 | 10000 | 1010000 | 111 | 110000 | 1010101 | 111000 |
Color Harmonies of #EEC730
Complementary color
Monochromatic Colors of #EEC730
Black with #EEC730
Text Example
Text Example
White with #EEC730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC730; }
p { color: rgb(238,199,48); }
H1.HeaderClassName
{
color: #EEC730;
}
.AnyTagClassName
{
color: #EEC730;
}
</style>
background-color css
<style>
a { background-color: #EEC730; }
a { background-color: rgb(238,199,48); }
div.DivClassName
{
background-color: #EEC730;
}
.BgClassName
{
background-color: #EEC730;
}
</style>
border-color css
<style>
span { border-color: #EEC730; }
span { border-color: rgb(238,199,48); }
td.TdClassName
{
border-color: #EEC730;
}
.TagClassName
{
border-color: #EEC730;
}
</style>