Shades of Saffron #EDC430
Tints of Saffron #EDC430
RGB
CMYK
RGB Variations
Color information
#EDC430 (or 0xEDC430) is known color: Saffron. HEX triplet: ED, C4 and 30. RGB value is (237,196,48). Sum of RGB (Red+Green+Blue) = 237+196+48=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 48 (19.14% from 255 or 9.98% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC430 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC430 is #123BCF. Grayscale: #C0C0C0. Windows color (decimal): -1194960 or 3196141. OLE color: 3196141.
HSL color Cylindrical-coordinate representation of color #EDC430: hue angle of 46.98º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDC430 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 48 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.07 |
| HSL | 46.98º | 0.84% | 0.56% | - |
| HSV(B) | 46.98º | 0.8% | 0.93% | - |
| XYZ | 55.2 | 57.7 | 11.02 | - |
| YUV | 191.39 | 47.08 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 48 | 0 | 0.17 | 0.80 | 0.07 | 46.98 | 0.84 | 0.56 |
| Hex | ED | C4 | 30 | 0 | 11 | 50 | 7 | 2F | 54 | 38 |
| Octal | 355 | 304 | 60 | 0 | 21 | 120 | 7 | 57 | 124 | 70 |
| Binary | 11101101 | 11000100 | 110000 | 0 | 10001 | 1010000 | 111 | 101111 | 1010100 | 111000 |
Color Harmonies of #EDC430
Complementary color
Monochromatic Colors of #EDC430
Black with #EDC430
Text Example
Text Example
White with #EDC430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC430; }
p { color: rgb(237,196,48); }
H1.HeaderClassName
{
color: #EDC430;
}
.AnyTagClassName
{
color: #EDC430;
}
</style>
background-color css
<style>
a { background-color: #EDC430; }
a { background-color: rgb(237,196,48); }
div.DivClassName
{
background-color: #EDC430;
}
.BgClassName
{
background-color: #EDC430;
}
</style>
border-color css
<style>
span { border-color: #EDC430; }
span { border-color: rgb(237,196,48); }
td.TdClassName
{
border-color: #EDC430;
}
.TagClassName
{
border-color: #EDC430;
}
</style>