Shades of Saffron #EDC63B
Tints of Saffron #EDC63B
RGB
CMYK
RGB Variations
Color information
#EDC63B (or 0xEDC63B) is known color: Saffron. HEX triplet: ED, C6 and 3B. RGB value is (237,198,59). Sum of RGB (Red+Green+Blue) = 237+198+59=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 59 (23.44% from 255 or 11.94% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC63B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC63B is #1239C4. Grayscale: #C2C2C2. Windows color (decimal): -1194437 or 3917549. OLE color: 3917549.
HSL color Cylindrical-coordinate representation of color #EDC63B: hue angle of 46.85º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDC63B is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 59 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.07 |
| HSL | 46.85º | 0.83% | 0.58% | - |
| HSV(B) | 46.85º | 0.75% | 0.93% | - |
| XYZ | 55.91 | 58.71 | 12.52 | - |
| YUV | 193.82 | 51.92 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 59 | 0 | 0.16 | 0.75 | 0.07 | 46.85 | 0.83 | 0.58 |
| Hex | ED | C6 | 3B | 0 | 10 | 4B | 7 | 2F | 53 | 3A |
| Octal | 355 | 306 | 73 | 0 | 20 | 113 | 7 | 57 | 123 | 72 |
| Binary | 11101101 | 11000110 | 111011 | 0 | 10000 | 1001011 | 111 | 101111 | 1010011 | 111010 |
Color Harmonies of #EDC63B
Complementary color
Monochromatic Colors of #EDC63B
Black with #EDC63B
Text Example
Text Example
White with #EDC63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC63B; }
p { color: rgb(237,198,59); }
H1.HeaderClassName
{
color: #EDC63B;
}
.AnyTagClassName
{
color: #EDC63B;
}
</style>
background-color css
<style>
a { background-color: #EDC63B; }
a { background-color: rgb(237,198,59); }
div.DivClassName
{
background-color: #EDC63B;
}
.BgClassName
{
background-color: #EDC63B;
}
</style>
border-color css
<style>
span { border-color: #EDC63B; }
span { border-color: rgb(237,198,59); }
td.TdClassName
{
border-color: #EDC63B;
}
.TagClassName
{
border-color: #EDC63B;
}
</style>