Shades of Saffron #EFC330
Tints of Saffron #EFC330
RGB
CMYK
RGB Variations
Color information
#EFC330 (or 0xEFC330) is known color: Saffron. HEX triplet: EF, C3 and 30. RGB value is (239,195,48). Sum of RGB (Red+Green+Blue) = 239+195+48=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 48 (19.14% from 255 or 9.96% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC330 is #103CCF. Grayscale: #C0C0C0. Windows color (decimal): -1064144 or 3195887. OLE color: 3195887.
HSL color Cylindrical-coordinate representation of color #EFC330: hue angle of 46.18º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFC330 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 48 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.06 |
| HSL | 46.18º | 0.86% | 0.56% | - |
| HSV(B) | 46.18º | 0.8% | 0.94% | - |
| XYZ | 55.65 | 57.59 | 10.98 | - |
| YUV | 191.4 | 47.08 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 48 | 0 | 0.18 | 0.80 | 0.06 | 46.18 | 0.86 | 0.56 |
| Hex | EF | C3 | 30 | 0 | 12 | 50 | 6 | 2E | 56 | 38 |
| Octal | 357 | 303 | 60 | 0 | 22 | 120 | 6 | 56 | 126 | 70 |
| Binary | 11101111 | 11000011 | 110000 | 0 | 10010 | 1010000 | 110 | 101110 | 1010110 | 111000 |
Color Harmonies of #EFC330
Complementary color
Monochromatic Colors of #EFC330
Black with #EFC330
Text Example
Text Example
White with #EFC330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC330; }
p { color: rgb(239,195,48); }
H1.HeaderClassName
{
color: #EFC330;
}
.AnyTagClassName
{
color: #EFC330;
}
</style>
background-color css
<style>
a { background-color: #EFC330; }
a { background-color: rgb(239,195,48); }
div.DivClassName
{
background-color: #EFC330;
}
.BgClassName
{
background-color: #EFC330;
}
</style>
border-color css
<style>
span { border-color: #EFC330; }
span { border-color: rgb(239,195,48); }
td.TdClassName
{
border-color: #EFC330;
}
.TagClassName
{
border-color: #EFC330;
}
</style>