Shades of Saffron #EFC62D
Tints of Saffron #EFC62D
RGB
CMYK
RGB Variations
Color information
#EFC62D (or 0xEFC62D) is known color: Saffron. HEX triplet: EF, C6 and 2D. RGB value is (239,198,45). Sum of RGB (Red+Green+Blue) = 239+198+45=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 45 (17.97% from 255 or 9.34% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC62D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC62D is #1039D2. Grayscale: #C1C1C1. Windows color (decimal): -1063379 or 3000047. OLE color: 3000047.
HSL color Cylindrical-coordinate representation of color #EFC62D: hue angle of 47.32º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFC62D is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 45 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.06 |
| HSL | 47.32º | 0.86% | 0.56% | - |
| HSV(B) | 47.32º | 0.81% | 0.94% | - |
| XYZ | 56.26 | 58.93 | 10.89 | - |
| YUV | 192.82 | 44.58 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 45 | 0 | 0.17 | 0.81 | 0.06 | 47.32 | 0.86 | 0.56 |
| Hex | EF | C6 | 2D | 0 | 11 | 51 | 6 | 2F | 56 | 38 |
| Octal | 357 | 306 | 55 | 0 | 21 | 121 | 6 | 57 | 126 | 70 |
| Binary | 11101111 | 11000110 | 101101 | 0 | 10001 | 1010001 | 110 | 101111 | 1010110 | 111000 |
Color Harmonies of #EFC62D
Complementary color
Monochromatic Colors of #EFC62D
Black with #EFC62D
Text Example
Text Example
White with #EFC62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC62D; }
p { color: rgb(239,198,45); }
H1.HeaderClassName
{
color: #EFC62D;
}
.AnyTagClassName
{
color: #EFC62D;
}
</style>
background-color css
<style>
a { background-color: #EFC62D; }
a { background-color: rgb(239,198,45); }
div.DivClassName
{
background-color: #EFC62D;
}
.BgClassName
{
background-color: #EFC62D;
}
</style>
border-color css
<style>
span { border-color: #EFC62D; }
span { border-color: rgb(239,198,45); }
td.TdClassName
{
border-color: #EFC62D;
}
.TagClassName
{
border-color: #EFC62D;
}
</style>