Shades of Saffron #EFC83D
Tints of Saffron #EFC83D
RGB
CMYK
RGB Variations
Color information
#EFC83D (or 0xEFC83D) is known color: Saffron. HEX triplet: EF, C8 and 3D. RGB value is (239,200,61). Sum of RGB (Red+Green+Blue) = 239+200+61=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 61 (24.22% from 255 or 12.2% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC83D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC83D is #1037C2. Grayscale: #C4C4C4. Windows color (decimal): -1062851 or 4049135. OLE color: 4049135.
HSL color Cylindrical-coordinate representation of color #EFC83D: hue angle of 46.85º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFC83D is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 61 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.06 |
| HSL | 46.85º | 0.85% | 0.59% | - |
| HSV(B) | 46.85º | 0.74% | 0.94% | - |
| XYZ | 57.09 | 60 | 12.99 | - |
| YUV | 195.82 | 51.92 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 61 | 0 | 0.16 | 0.74 | 0.06 | 46.85 | 0.85 | 0.59 |
| Hex | EF | C8 | 3D | 0 | 10 | 4A | 6 | 2F | 55 | 3B |
| Octal | 357 | 310 | 75 | 0 | 20 | 112 | 6 | 57 | 125 | 73 |
| Binary | 11101111 | 11001000 | 111101 | 0 | 10000 | 1001010 | 110 | 101111 | 1010101 | 111011 |
Color Harmonies of #EFC83D
Complementary color
Monochromatic Colors of #EFC83D
Black with #EFC83D
Text Example
Text Example
White with #EFC83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC83D; }
p { color: rgb(239,200,61); }
H1.HeaderClassName
{
color: #EFC83D;
}
.AnyTagClassName
{
color: #EFC83D;
}
</style>
background-color css
<style>
a { background-color: #EFC83D; }
a { background-color: rgb(239,200,61); }
div.DivClassName
{
background-color: #EFC83D;
}
.BgClassName
{
background-color: #EFC83D;
}
</style>
border-color css
<style>
span { border-color: #EFC83D; }
span { border-color: rgb(239,200,61); }
td.TdClassName
{
border-color: #EFC83D;
}
.TagClassName
{
border-color: #EFC83D;
}
</style>