Shades of Cream Can #EDC35D
Tints of Cream Can #EDC35D
RGB
CMYK
RGB Variations
Color information
#EDC35D (or 0xEDC35D) is known color: Cream Can. HEX triplet: ED, C3 and 5D. RGB value is (237,195,93). Sum of RGB (Red+Green+Blue) = 237+195+93=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC35D is #123CA2. Grayscale: #C4C4C4. Windows color (decimal): -1195171 or 6145005. OLE color: 6145005.
HSL color Cylindrical-coordinate representation of color #EDC35D: hue angle of 42.5º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDC35D is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 93 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.07 |
| HSL | 42.5º | 0.8% | 0.65% | - |
| HSV(B) | 42.5º | 0.61% | 0.93% | - |
| XYZ | 56.42 | 57.83 | 18.54 | - |
| YUV | 195.93 | 69.91 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 93 | 0 | 0.18 | 0.61 | 0.07 | 42.5 | 0.8 | 0.65 |
| Hex | ED | C3 | 5D | 0 | 12 | 3D | 7 | 2A | 50 | 41 |
| Octal | 355 | 303 | 135 | 0 | 22 | 75 | 7 | 52 | 120 | 101 |
| Binary | 11101101 | 11000011 | 1011101 | 0 | 10010 | 111101 | 111 | 101010 | 1010000 | 1000001 |
Color Harmonies of #EDC35D
Complementary color
Monochromatic Colors of #EDC35D
Black with #EDC35D
Text Example
Text Example
White with #EDC35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC35D; }
p { color: rgb(237,195,93); }
H1.HeaderClassName
{
color: #EDC35D;
}
.AnyTagClassName
{
color: #EDC35D;
}
</style>
background-color css
<style>
a { background-color: #EDC35D; }
a { background-color: rgb(237,195,93); }
div.DivClassName
{
background-color: #EDC35D;
}
.BgClassName
{
background-color: #EDC35D;
}
</style>
border-color css
<style>
span { border-color: #EDC35D; }
span { border-color: rgb(237,195,93); }
td.TdClassName
{
border-color: #EDC35D;
}
.TagClassName
{
border-color: #EDC35D;
}
</style>