Shades of Saffron #EDC533
Tints of Saffron #EDC533
RGB
CMYK
RGB Variations
Color information
#EDC533 (or 0xEDC533) is known color: Saffron. HEX triplet: ED, C5 and 33. RGB value is (237,197,51). Sum of RGB (Red+Green+Blue) = 237+197+51=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 51 (20.31% from 255 or 10.52% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC533 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC533 is #123ACC. Grayscale: #C0C0C0. Windows color (decimal): -1194701 or 3393005. OLE color: 3393005.
HSL color Cylindrical-coordinate representation of color #EDC533: hue angle of 47.1º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDC533 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 51 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.07 |
| HSL | 47.1º | 0.84% | 0.56% | - |
| HSV(B) | 47.1º | 0.78% | 0.93% | - |
| XYZ | 55.49 | 58.18 | 11.44 | - |
| YUV | 192.32 | 48.25 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 51 | 0 | 0.17 | 0.78 | 0.07 | 47.1 | 0.84 | 0.56 |
| Hex | ED | C5 | 33 | 0 | 11 | 4E | 7 | 2F | 54 | 38 |
| Octal | 355 | 305 | 63 | 0 | 21 | 116 | 7 | 57 | 124 | 70 |
| Binary | 11101101 | 11000101 | 110011 | 0 | 10001 | 1001110 | 111 | 101111 | 1010100 | 111000 |
Color Harmonies of #EDC533
Complementary color
Monochromatic Colors of #EDC533
Black with #EDC533
Text Example
Text Example
White with #EDC533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC533; }
p { color: rgb(237,197,51); }
H1.HeaderClassName
{
color: #EDC533;
}
.AnyTagClassName
{
color: #EDC533;
}
</style>
background-color css
<style>
a { background-color: #EDC533; }
a { background-color: rgb(237,197,51); }
div.DivClassName
{
background-color: #EDC533;
}
.BgClassName
{
background-color: #EDC533;
}
</style>
border-color css
<style>
span { border-color: #EDC533; }
span { border-color: rgb(237,197,51); }
td.TdClassName
{
border-color: #EDC533;
}
.TagClassName
{
border-color: #EDC533;
}
</style>