Shades of Cream Can #EDC958
Tints of Cream Can #EDC958
RGB
CMYK
RGB Variations
Color information
#EDC958 (or 0xEDC958) is known color: Cream Can. HEX triplet: ED, C9 and 58. RGB value is (237,201,88). Sum of RGB (Red+Green+Blue) = 237+201+88=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 88 (34.77% from 255 or 16.73% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC958 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC958 is #1236A7. Grayscale: #C7C7C7. Windows color (decimal): -1193640 or 5818861. OLE color: 5818861.
HSL color Cylindrical-coordinate representation of color #EDC958: hue angle of 45.5º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EDC958 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 88 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.07 |
| HSL | 45.5º | 0.81% | 0.64% | - |
| HSV(B) | 45.5º | 0.63% | 0.93% | - |
| XYZ | 57.57 | 60.48 | 17.87 | - |
| YUV | 198.88 | 65.43 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 88 | 0 | 0.15 | 0.63 | 0.07 | 45.5 | 0.81 | 0.64 |
| Hex | ED | C9 | 58 | 0 | F | 3F | 7 | 2E | 51 | 40 |
| Octal | 355 | 311 | 130 | 0 | 17 | 77 | 7 | 56 | 121 | 100 |
| Binary | 11101101 | 11001001 | 1011000 | 0 | 1111 | 111111 | 111 | 101110 | 1010001 | 1000000 |
Color Harmonies of #EDC958
Complementary color
Monochromatic Colors of #EDC958
Black with #EDC958
Text Example
Text Example
White with #EDC958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC958; }
p { color: rgb(237,201,88); }
H1.HeaderClassName
{
color: #EDC958;
}
.AnyTagClassName
{
color: #EDC958;
}
</style>
background-color css
<style>
a { background-color: #EDC958; }
a { background-color: rgb(237,201,88); }
div.DivClassName
{
background-color: #EDC958;
}
.BgClassName
{
background-color: #EDC958;
}
</style>
border-color css
<style>
span { border-color: #EDC958; }
span { border-color: rgb(237,201,88); }
td.TdClassName
{
border-color: #EDC958;
}
.TagClassName
{
border-color: #EDC958;
}
</style>