Shades of Saffron #EFCC3A
Tints of Saffron #EFCC3A
RGB
CMYK
RGB Variations
Color information
#EFCC3A (or 0xEFCC3A) is known color: Saffron. HEX triplet: EF, CC and 3A. RGB value is (239,204,58). Sum of RGB (Red+Green+Blue) = 239+204+58=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 58 (23.05% from 255 or 11.58% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCC3A is #1033C5. Grayscale: #C6C6C6. Windows color (decimal): -1061830 or 3853551. OLE color: 3853551.
HSL color Cylindrical-coordinate representation of color #EFCC3A: hue angle of 48.4º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFCC3A is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 58 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.06 |
| HSL | 48.4º | 0.85% | 0.58% | - |
| HSV(B) | 48.4º | 0.76% | 0.94% | - |
| XYZ | 57.95 | 61.84 | 12.89 | - |
| YUV | 197.82 | 49.1 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 58 | 0 | 0.15 | 0.76 | 0.06 | 48.4 | 0.85 | 0.58 |
| Hex | EF | CC | 3A | 0 | F | 4C | 6 | 30 | 55 | 3A |
| Octal | 357 | 314 | 72 | 0 | 17 | 114 | 6 | 60 | 125 | 72 |
| Binary | 11101111 | 11001100 | 111010 | 0 | 1111 | 1001100 | 110 | 110000 | 1010101 | 111010 |
Color Harmonies of #EFCC3A
Complementary color
Monochromatic Colors of #EFCC3A
Black with #EFCC3A
Text Example
Text Example
White with #EFCC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCC3A; }
p { color: rgb(239,204,58); }
H1.HeaderClassName
{
color: #EFCC3A;
}
.AnyTagClassName
{
color: #EFCC3A;
}
</style>
background-color css
<style>
a { background-color: #EFCC3A; }
a { background-color: rgb(239,204,58); }
div.DivClassName
{
background-color: #EFCC3A;
}
.BgClassName
{
background-color: #EFCC3A;
}
</style>
border-color css
<style>
span { border-color: #EFCC3A; }
span { border-color: rgb(239,204,58); }
td.TdClassName
{
border-color: #EFCC3A;
}
.TagClassName
{
border-color: #EFCC3A;
}
</style>