Shades of Saffron #EFC430
Tints of Saffron #EFC430
RGB
CMYK
RGB Variations
Color information
#EFC430 (or 0xEFC430) is known color: Saffron. HEX triplet: EF, C4 and 30. RGB value is (239,196,48). Sum of RGB (Red+Green+Blue) = 239+196+48=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 48 (19.14% from 255 or 9.94% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC430 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC430 is #103BCF. Grayscale: #C0C0C0. Windows color (decimal): -1063888 or 3196143. OLE color: 3196143.
HSL color Cylindrical-coordinate representation of color #EFC430: hue angle of 46.49º 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 #EFC430 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 48 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.06 |
| HSL | 46.49º | 0.86% | 0.56% | - |
| HSV(B) | 46.49º | 0.8% | 0.94% | - |
| XYZ | 55.87 | 58.04 | 11.06 | - |
| YUV | 191.99 | 46.75 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 48 | 0 | 0.18 | 0.80 | 0.06 | 46.49 | 0.86 | 0.56 |
| Hex | EF | C4 | 30 | 0 | 12 | 50 | 6 | 2E | 56 | 38 |
| Octal | 357 | 304 | 60 | 0 | 22 | 120 | 6 | 56 | 126 | 70 |
| Binary | 11101111 | 11000100 | 110000 | 0 | 10010 | 1010000 | 110 | 101110 | 1010110 | 111000 |
Color Harmonies of #EFC430
Complementary color
Monochromatic Colors of #EFC430
Black with #EFC430
Text Example
Text Example
White with #EFC430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC430; }
p { color: rgb(239,196,48); }
H1.HeaderClassName
{
color: #EFC430;
}
.AnyTagClassName
{
color: #EFC430;
}
</style>
background-color css
<style>
a { background-color: #EFC430; }
a { background-color: rgb(239,196,48); }
div.DivClassName
{
background-color: #EFC430;
}
.BgClassName
{
background-color: #EFC430;
}
</style>
border-color css
<style>
span { border-color: #EFC430; }
span { border-color: rgb(239,196,48); }
td.TdClassName
{
border-color: #EFC430;
}
.TagClassName
{
border-color: #EFC430;
}
</style>