Shades of Saffron #EDC438
Tints of Saffron #EDC438
RGB
CMYK
RGB Variations
Color information
#EDC438 (or 0xEDC438) is known color: Saffron. HEX triplet: ED, C4 and 38. RGB value is (237,196,56). Sum of RGB (Red+Green+Blue) = 237+196+56=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 56 (22.27% from 255 or 11.45% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC438 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC438 is #123BC7. Grayscale: #C0C0C0. Windows color (decimal): -1194952 or 3720429. OLE color: 3720429.
HSL color Cylindrical-coordinate representation of color #EDC438: hue angle of 46.41º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDC438 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 56 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.07 |
| HSL | 46.41º | 0.83% | 0.57% | - |
| HSV(B) | 46.41º | 0.76% | 0.93% | - |
| XYZ | 55.38 | 57.77 | 11.97 | - |
| YUV | 192.3 | 51.08 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 56 | 0 | 0.17 | 0.76 | 0.07 | 46.41 | 0.83 | 0.57 |
| Hex | ED | C4 | 38 | 0 | 11 | 4C | 7 | 2E | 53 | 39 |
| Octal | 355 | 304 | 70 | 0 | 21 | 114 | 7 | 56 | 123 | 71 |
| Binary | 11101101 | 11000100 | 111000 | 0 | 10001 | 1001100 | 111 | 101110 | 1010011 | 111001 |
Color Harmonies of #EDC438
Complementary color
Monochromatic Colors of #EDC438
Black with #EDC438
Text Example
Text Example
White with #EDC438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC438; }
p { color: rgb(237,196,56); }
H1.HeaderClassName
{
color: #EDC438;
}
.AnyTagClassName
{
color: #EDC438;
}
</style>
background-color css
<style>
a { background-color: #EDC438; }
a { background-color: rgb(237,196,56); }
div.DivClassName
{
background-color: #EDC438;
}
.BgClassName
{
background-color: #EDC438;
}
</style>
border-color css
<style>
span { border-color: #EDC438; }
span { border-color: rgb(237,196,56); }
td.TdClassName
{
border-color: #EDC438;
}
.TagClassName
{
border-color: #EDC438;
}
</style>