Shades of Saffron #EFC23D
Tints of Saffron #EFC23D
RGB
CMYK
RGB Variations
Color information
#EFC23D (or 0xEFC23D) is known color: Saffron. HEX triplet: EF, C2 and 3D. RGB value is (239,194,61). Sum of RGB (Red+Green+Blue) = 239+194+61=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 61 (24.22% from 255 or 12.35% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC23D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC23D is #103DC2. Grayscale: #C0C0C0. Windows color (decimal): -1064387 or 4047599. OLE color: 4047599.
HSL color Cylindrical-coordinate representation of color #EFC23D: hue angle of 44.83º 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 #EFC23D is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 61 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.06 |
| HSL | 44.83º | 0.85% | 0.59% | - |
| HSV(B) | 44.83º | 0.74% | 0.94% | - |
| XYZ | 55.73 | 57.27 | 12.53 | - |
| YUV | 192.29 | 53.91 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 61 | 0 | 0.19 | 0.74 | 0.06 | 44.83 | 0.85 | 0.59 |
| Hex | EF | C2 | 3D | 0 | 13 | 4A | 6 | 2D | 55 | 3B |
| Octal | 357 | 302 | 75 | 0 | 23 | 112 | 6 | 55 | 125 | 73 |
| Binary | 11101111 | 11000010 | 111101 | 0 | 10011 | 1001010 | 110 | 101101 | 1010101 | 111011 |
Color Harmonies of #EFC23D
Complementary color
Monochromatic Colors of #EFC23D
Black with #EFC23D
Text Example
Text Example
White with #EFC23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC23D; }
p { color: rgb(239,194,61); }
H1.HeaderClassName
{
color: #EFC23D;
}
.AnyTagClassName
{
color: #EFC23D;
}
</style>
background-color css
<style>
a { background-color: #EFC23D; }
a { background-color: rgb(239,194,61); }
div.DivClassName
{
background-color: #EFC23D;
}
.BgClassName
{
background-color: #EFC23D;
}
</style>
border-color css
<style>
span { border-color: #EFC23D; }
span { border-color: rgb(239,194,61); }
td.TdClassName
{
border-color: #EFC23D;
}
.TagClassName
{
border-color: #EFC23D;
}
</style>