Shades of Saffron #EFC52B
Tints of Saffron #EFC52B
RGB
CMYK
RGB Variations
Color information
#EFC52B (or 0xEFC52B) is known color: Saffron. HEX triplet: EF, C5 and 2B. RGB value is (239,197,43). Sum of RGB (Red+Green+Blue) = 239+197+43=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 43 (17.19% from 255 or 8.98% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC52B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC52B is #103AD4. Grayscale: #C0C0C0. Windows color (decimal): -1063637 or 2868719. OLE color: 2868719.
HSL color Cylindrical-coordinate representation of color #EFC52B: hue angle of 47.14º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFC52B is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 43 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.06 |
| HSL | 47.14º | 0.86% | 0.55% | - |
| HSV(B) | 47.14º | 0.82% | 0.94% | - |
| XYZ | 56 | 58.46 | 10.62 | - |
| YUV | 192 | 43.91 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 43 | 0 | 0.18 | 0.82 | 0.06 | 47.14 | 0.86 | 0.55 |
| Hex | EF | C5 | 2B | 0 | 12 | 52 | 6 | 2F | 56 | 37 |
| Octal | 357 | 305 | 53 | 0 | 22 | 122 | 6 | 57 | 126 | 67 |
| Binary | 11101111 | 11000101 | 101011 | 0 | 10010 | 1010010 | 110 | 101111 | 1010110 | 110111 |
Color Harmonies of #EFC52B
Complementary color
Monochromatic Colors of #EFC52B
Black with #EFC52B
Text Example
Text Example
White with #EFC52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC52B; }
p { color: rgb(239,197,43); }
H1.HeaderClassName
{
color: #EFC52B;
}
.AnyTagClassName
{
color: #EFC52B;
}
</style>
background-color css
<style>
a { background-color: #EFC52B; }
a { background-color: rgb(239,197,43); }
div.DivClassName
{
background-color: #EFC52B;
}
.BgClassName
{
background-color: #EFC52B;
}
</style>
border-color css
<style>
span { border-color: #EFC52B; }
span { border-color: rgb(239,197,43); }
td.TdClassName
{
border-color: #EFC52B;
}
.TagClassName
{
border-color: #EFC52B;
}
</style>