Shades of Saffron #E6C738
Tints of Saffron #E6C738
RGB
CMYK
RGB Variations
Color information
#E6C738 (or 0xE6C738) is known color: Saffron. HEX triplet: E6, C7 and 38. RGB value is (230,199,56). Sum of RGB (Red+Green+Blue) = 230+199+56=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 56 (22.27% from 255 or 11.55% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C738 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C738 is #1938C7. Grayscale: #C0C0C0. Windows color (decimal): -1652936 or 3721190. OLE color: 3721190.
HSL color Cylindrical-coordinate representation of color #E6C738: hue angle of 49.31º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E6C738 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 199 | 56 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.10 |
| HSL | 49.31º | 0.78% | 0.56% | - |
| HSV(B) | 49.31º | 0.76% | 0.9% | - |
| XYZ | 53.77 | 57.96 | 12.09 | - |
| YUV | 191.97 | 51.27 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 199 | 56 | 0 | 0.13 | 0.76 | 0.10 | 49.31 | 0.78 | 0.56 |
| Hex | E6 | C7 | 38 | 0 | D | 4C | A | 31 | 4E | 38 |
| Octal | 346 | 307 | 70 | 0 | 15 | 114 | 12 | 61 | 116 | 70 |
| Binary | 11100110 | 11000111 | 111000 | 0 | 1101 | 1001100 | 1010 | 110001 | 1001110 | 111000 |
Color Harmonies of #E6C738
Complementary color
Monochromatic Colors of #E6C738
Black with #E6C738
Text Example
Text Example
White with #E6C738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C738; }
p { color: rgb(230,199,56); }
H1.HeaderClassName
{
color: #E6C738;
}
.AnyTagClassName
{
color: #E6C738;
}
</style>
background-color css
<style>
a { background-color: #E6C738; }
a { background-color: rgb(230,199,56); }
div.DivClassName
{
background-color: #E6C738;
}
.BgClassName
{
background-color: #E6C738;
}
</style>
border-color css
<style>
span { border-color: #E6C738; }
span { border-color: rgb(230,199,56); }
td.TdClassName
{
border-color: #E6C738;
}
.TagClassName
{
border-color: #E6C738;
}
</style>