Shades of Saffron #EFC83A
Tints of Saffron #EFC83A
RGB
CMYK
RGB Variations
Color information
#EFC83A (or 0xEFC83A) is known color: Saffron. HEX triplet: EF, C8 and 3A. RGB value is (239,200,58). Sum of RGB (Red+Green+Blue) = 239+200+58=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 58 (23.05% from 255 or 11.67% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC83A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC83A is #1037C5. Grayscale: #C4C4C4. Windows color (decimal): -1062854 or 3852527. OLE color: 3852527.
HSL color Cylindrical-coordinate representation of color #EFC83A: hue angle of 47.07º 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 #EFC83A is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 58 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.06 |
| HSL | 47.07º | 0.85% | 0.58% | - |
| HSV(B) | 47.07º | 0.76% | 0.94% | - |
| XYZ | 57.01 | 59.96 | 12.57 | - |
| YUV | 195.47 | 50.42 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 58 | 0 | 0.16 | 0.76 | 0.06 | 47.07 | 0.85 | 0.58 |
| Hex | EF | C8 | 3A | 0 | 10 | 4C | 6 | 2F | 55 | 3A |
| Octal | 357 | 310 | 72 | 0 | 20 | 114 | 6 | 57 | 125 | 72 |
| Binary | 11101111 | 11001000 | 111010 | 0 | 10000 | 1001100 | 110 | 101111 | 1010101 | 111010 |
Color Harmonies of #EFC83A
Complementary color
Monochromatic Colors of #EFC83A
Black with #EFC83A
Text Example
Text Example
White with #EFC83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC83A; }
p { color: rgb(239,200,58); }
H1.HeaderClassName
{
color: #EFC83A;
}
.AnyTagClassName
{
color: #EFC83A;
}
</style>
background-color css
<style>
a { background-color: #EFC83A; }
a { background-color: rgb(239,200,58); }
div.DivClassName
{
background-color: #EFC83A;
}
.BgClassName
{
background-color: #EFC83A;
}
</style>
border-color css
<style>
span { border-color: #EFC83A; }
span { border-color: rgb(239,200,58); }
td.TdClassName
{
border-color: #EFC83A;
}
.TagClassName
{
border-color: #EFC83A;
}
</style>