Shades of Cream Can #EDC85A
Tints of Cream Can #EDC85A
RGB
CMYK
RGB Variations
Color information
#EDC85A (or 0xEDC85A) is known color: Cream Can. HEX triplet: ED, C8 and 5A. RGB value is (237,200,90). Sum of RGB (Red+Green+Blue) = 237+200+90=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 90 (35.55% from 255 or 17.08% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC85A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC85A is #1237A5. Grayscale: #C7C7C7. Windows color (decimal): -1193894 or 5949677. OLE color: 5949677.
HSL color Cylindrical-coordinate representation of color #EDC85A: hue angle of 44.9º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDC85A is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 90 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.07 |
| HSL | 44.9º | 0.8% | 0.64% | - |
| HSV(B) | 44.9º | 0.62% | 0.93% | - |
| XYZ | 57.42 | 60.05 | 18.24 | - |
| YUV | 198.52 | 66.76 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 90 | 0 | 0.16 | 0.62 | 0.07 | 44.9 | 0.8 | 0.64 |
| Hex | ED | C8 | 5A | 0 | 10 | 3E | 7 | 2D | 50 | 40 |
| Octal | 355 | 310 | 132 | 0 | 20 | 76 | 7 | 55 | 120 | 100 |
| Binary | 11101101 | 11001000 | 1011010 | 0 | 10000 | 111110 | 111 | 101101 | 1010000 | 1000000 |
Color Harmonies of #EDC85A
Complementary color
Monochromatic Colors of #EDC85A
Black with #EDC85A
Text Example
Text Example
White with #EDC85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC85A; }
p { color: rgb(237,200,90); }
H1.HeaderClassName
{
color: #EDC85A;
}
.AnyTagClassName
{
color: #EDC85A;
}
</style>
background-color css
<style>
a { background-color: #EDC85A; }
a { background-color: rgb(237,200,90); }
div.DivClassName
{
background-color: #EDC85A;
}
.BgClassName
{
background-color: #EDC85A;
}
</style>
border-color css
<style>
span { border-color: #EDC85A; }
span { border-color: rgb(237,200,90); }
td.TdClassName
{
border-color: #EDC85A;
}
.TagClassName
{
border-color: #EDC85A;
}
</style>