Shades of Saffron #E7C63A
Tints of Saffron #E7C63A
RGB
CMYK
RGB Variations
Color information
#E7C63A (or 0xE7C63A) is known color: Saffron. HEX triplet: E7, C6 and 3A. RGB value is (231,198,58). Sum of RGB (Red+Green+Blue) = 231+198+58=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 58 (23.05% from 255 or 11.91% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C63A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C63A is #1839C5. Grayscale: #C0C0C0. Windows color (decimal): -1587654 or 3852007. OLE color: 3852007.
HSL color Cylindrical-coordinate representation of color #E7C63A: hue angle of 48.55º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E7C63A is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 198 | 58 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.09 |
| HSL | 48.55º | 0.78% | 0.57% | - |
| HSV(B) | 48.55º | 0.75% | 0.91% | - |
| XYZ | 53.91 | 57.68 | 12.3 | - |
| YUV | 191.91 | 52.43 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 198 | 58 | 0 | 0.14 | 0.75 | 0.09 | 48.55 | 0.78 | 0.57 |
| Hex | E7 | C6 | 3A | 0 | E | 4B | 9 | 31 | 4E | 39 |
| Octal | 347 | 306 | 72 | 0 | 16 | 113 | 11 | 61 | 116 | 71 |
| Binary | 11100111 | 11000110 | 111010 | 0 | 1110 | 1001011 | 1001 | 110001 | 1001110 | 111001 |
Color Harmonies of #E7C63A
Complementary color
Monochromatic Colors of #E7C63A
Black with #E7C63A
Text Example
Text Example
White with #E7C63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C63A; }
p { color: rgb(231,198,58); }
H1.HeaderClassName
{
color: #E7C63A;
}
.AnyTagClassName
{
color: #E7C63A;
}
</style>
background-color css
<style>
a { background-color: #E7C63A; }
a { background-color: rgb(231,198,58); }
div.DivClassName
{
background-color: #E7C63A;
}
.BgClassName
{
background-color: #E7C63A;
}
</style>
border-color css
<style>
span { border-color: #E7C63A; }
span { border-color: rgb(231,198,58); }
td.TdClassName
{
border-color: #E7C63A;
}
.TagClassName
{
border-color: #E7C63A;
}
</style>