Shades of Cream Can #EDC25E
Tints of Cream Can #EDC25E
RGB
CMYK
RGB Variations
Color information
#EDC25E (or 0xEDC25E) is known color: Cream Can. HEX triplet: ED, C2 and 5E. RGB value is (237,194,94). Sum of RGB (Red+Green+Blue) = 237+194+94=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 94 (37.11% from 255 or 17.90% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC25E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC25E is #123DA1. Grayscale: #C3C3C3. Windows color (decimal): -1195426 or 6210285. OLE color: 6210285.
HSL color Cylindrical-coordinate representation of color #EDC25E: hue angle of 41.96º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDC25E is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 94 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.07 |
| HSL | 41.96º | 0.8% | 0.65% | - |
| HSV(B) | 41.96º | 0.6% | 0.93% | - |
| XYZ | 56.24 | 57.4 | 18.7 | - |
| YUV | 195.46 | 70.75 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 94 | 0 | 0.18 | 0.60 | 0.07 | 41.96 | 0.8 | 0.65 |
| Hex | ED | C2 | 5E | 0 | 12 | 3C | 7 | 2A | 50 | 41 |
| Octal | 355 | 302 | 136 | 0 | 22 | 74 | 7 | 52 | 120 | 101 |
| Binary | 11101101 | 11000010 | 1011110 | 0 | 10010 | 111100 | 111 | 101010 | 1010000 | 1000001 |
Color Harmonies of #EDC25E
Complementary color
Monochromatic Colors of #EDC25E
Black with #EDC25E
Text Example
Text Example
White with #EDC25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC25E; }
p { color: rgb(237,194,94); }
H1.HeaderClassName
{
color: #EDC25E;
}
.AnyTagClassName
{
color: #EDC25E;
}
</style>
background-color css
<style>
a { background-color: #EDC25E; }
a { background-color: rgb(237,194,94); }
div.DivClassName
{
background-color: #EDC25E;
}
.BgClassName
{
background-color: #EDC25E;
}
</style>
border-color css
<style>
span { border-color: #EDC25E; }
span { border-color: rgb(237,194,94); }
td.TdClassName
{
border-color: #EDC25E;
}
.TagClassName
{
border-color: #EDC25E;
}
</style>