Shades of Saffron #EFC831
Tints of Saffron #EFC831
RGB
CMYK
RGB Variations
Color information
#EFC831 (or 0xEFC831) is known color: Saffron. HEX triplet: EF, C8 and 31. RGB value is (239,200,49). Sum of RGB (Red+Green+Blue) = 239+200+49=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 49 (19.53% from 255 or 10.04% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC831 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC831 is #1037CE. Grayscale: #C3C3C3. Windows color (decimal): -1062863 or 3262703. OLE color: 3262703.
HSL color Cylindrical-coordinate representation of color #EFC831: hue angle of 47.68º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFC831 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 49 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.06 |
| HSL | 47.68º | 0.86% | 0.56% | - |
| HSV(B) | 47.68º | 0.79% | 0.94% | - |
| XYZ | 56.81 | 59.88 | 11.47 | - |
| YUV | 194.45 | 45.92 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 49 | 0 | 0.16 | 0.79 | 0.06 | 47.68 | 0.86 | 0.56 |
| Hex | EF | C8 | 31 | 0 | 10 | 4F | 6 | 30 | 56 | 38 |
| Octal | 357 | 310 | 61 | 0 | 20 | 117 | 6 | 60 | 126 | 70 |
| Binary | 11101111 | 11001000 | 110001 | 0 | 10000 | 1001111 | 110 | 110000 | 1010110 | 111000 |
Color Harmonies of #EFC831
Complementary color
Monochromatic Colors of #EFC831
Black with #EFC831
Text Example
Text Example
White with #EFC831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC831; }
p { color: rgb(239,200,49); }
H1.HeaderClassName
{
color: #EFC831;
}
.AnyTagClassName
{
color: #EFC831;
}
</style>
background-color css
<style>
a { background-color: #EFC831; }
a { background-color: rgb(239,200,49); }
div.DivClassName
{
background-color: #EFC831;
}
.BgClassName
{
background-color: #EFC831;
}
</style>
border-color css
<style>
span { border-color: #EFC831; }
span { border-color: rgb(239,200,49); }
td.TdClassName
{
border-color: #EFC831;
}
.TagClassName
{
border-color: #EFC831;
}
</style>