Shades of Saffron #EEC63B
Tints of Saffron #EEC63B
RGB
CMYK
RGB Variations
Color information
#EEC63B (or 0xEEC63B) is known color: Saffron. HEX triplet: EE, C6 and 3B. RGB value is (238,198,59). Sum of RGB (Red+Green+Blue) = 238+198+59=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 59 (23.44% from 255 or 11.92% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC63B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC63B is #1139C4. Grayscale: #C2C2C2. Windows color (decimal): -1128901 or 3917550. OLE color: 3917550.
HSL color Cylindrical-coordinate representation of color #EEC63B: hue angle of 46.59º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EEC63B is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 59 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.07 |
| HSL | 46.59º | 0.84% | 0.58% | - |
| HSV(B) | 46.59º | 0.75% | 0.93% | - |
| XYZ | 56.24 | 58.88 | 12.54 | - |
| YUV | 194.11 | 51.75 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 59 | 0 | 0.17 | 0.75 | 0.07 | 46.59 | 0.84 | 0.58 |
| Hex | EE | C6 | 3B | 0 | 11 | 4B | 7 | 2F | 54 | 3A |
| Octal | 356 | 306 | 73 | 0 | 21 | 113 | 7 | 57 | 124 | 72 |
| Binary | 11101110 | 11000110 | 111011 | 0 | 10001 | 1001011 | 111 | 101111 | 1010100 | 111010 |
Color Harmonies of #EEC63B
Complementary color
Monochromatic Colors of #EEC63B
Black with #EEC63B
Text Example
Text Example
White with #EEC63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC63B; }
p { color: rgb(238,198,59); }
H1.HeaderClassName
{
color: #EEC63B;
}
.AnyTagClassName
{
color: #EEC63B;
}
</style>
background-color css
<style>
a { background-color: #EEC63B; }
a { background-color: rgb(238,198,59); }
div.DivClassName
{
background-color: #EEC63B;
}
.BgClassName
{
background-color: #EEC63B;
}
</style>
border-color css
<style>
span { border-color: #EEC63B; }
span { border-color: rgb(238,198,59); }
td.TdClassName
{
border-color: #EEC63B;
}
.TagClassName
{
border-color: #EEC63B;
}
</style>