Shades of Cream Can #EDC35B
Tints of Cream Can #EDC35B
RGB
CMYK
RGB Variations
Color information
#EDC35B (or 0xEDC35B) is known color: Cream Can. HEX triplet: ED, C3 and 5B. RGB value is (237,195,91). Sum of RGB (Red+Green+Blue) = 237+195+91=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 91 (35.94% from 255 or 17.40% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC35B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC35B is #123CA4. Grayscale: #C4C4C4. Windows color (decimal): -1195173 or 6013933. OLE color: 6013933.
HSL color Cylindrical-coordinate representation of color #EDC35B: hue angle of 42.74º 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 #EDC35B is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 91 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.07 |
| HSL | 42.74º | 0.8% | 0.64% | - |
| HSV(B) | 42.74º | 0.62% | 0.93% | - |
| XYZ | 56.33 | 57.79 | 18.08 | - |
| YUV | 195.7 | 68.91 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 91 | 0 | 0.18 | 0.62 | 0.07 | 42.74 | 0.8 | 0.64 |
| Hex | ED | C3 | 5B | 0 | 12 | 3E | 7 | 2B | 50 | 40 |
| Octal | 355 | 303 | 133 | 0 | 22 | 76 | 7 | 53 | 120 | 100 |
| Binary | 11101101 | 11000011 | 1011011 | 0 | 10010 | 111110 | 111 | 101011 | 1010000 | 1000000 |
Color Harmonies of #EDC35B
Complementary color
Monochromatic Colors of #EDC35B
Black with #EDC35B
Text Example
Text Example
White with #EDC35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC35B; }
p { color: rgb(237,195,91); }
H1.HeaderClassName
{
color: #EDC35B;
}
.AnyTagClassName
{
color: #EDC35B;
}
</style>
background-color css
<style>
a { background-color: #EDC35B; }
a { background-color: rgb(237,195,91); }
div.DivClassName
{
background-color: #EDC35B;
}
.BgClassName
{
background-color: #EDC35B;
}
</style>
border-color css
<style>
span { border-color: #EDC35B; }
span { border-color: rgb(237,195,91); }
td.TdClassName
{
border-color: #EDC35B;
}
.TagClassName
{
border-color: #EDC35B;
}
</style>