Shades of Cream Can #EDC75B
Tints of Cream Can #EDC75B
RGB
CMYK
RGB Variations
Color information
#EDC75B (or 0xEDC75B) is known color: Cream Can. HEX triplet: ED, C7 and 5B. RGB value is (237,199,91). Sum of RGB (Red+Green+Blue) = 237+199+91=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 199 (78.12% from 255 or 37.76% from 527); Blue value is 91 (35.94% from 255 or 17.27% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC75B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC75B is #1238A4. Grayscale: #C6C6C6. Windows color (decimal): -1194149 or 6014957. OLE color: 6014957.
HSL color Cylindrical-coordinate representation of color #EDC75B: hue angle of 44.38º 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 #EDC75B is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 91 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.07 |
| HSL | 44.38º | 0.8% | 0.64% | - |
| HSV(B) | 44.38º | 0.62% | 0.93% | - |
| XYZ | 57.24 | 59.61 | 18.39 | - |
| YUV | 198.05 | 67.59 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 91 | 0 | 0.16 | 0.62 | 0.07 | 44.38 | 0.8 | 0.64 |
| Hex | ED | C7 | 5B | 0 | 10 | 3E | 7 | 2C | 50 | 40 |
| Octal | 355 | 307 | 133 | 0 | 20 | 76 | 7 | 54 | 120 | 100 |
| Binary | 11101101 | 11000111 | 1011011 | 0 | 10000 | 111110 | 111 | 101100 | 1010000 | 1000000 |
Color Harmonies of #EDC75B
Complementary color
Monochromatic Colors of #EDC75B
Black with #EDC75B
Text Example
Text Example
White with #EDC75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC75B; }
p { color: rgb(237,199,91); }
H1.HeaderClassName
{
color: #EDC75B;
}
.AnyTagClassName
{
color: #EDC75B;
}
</style>
background-color css
<style>
a { background-color: #EDC75B; }
a { background-color: rgb(237,199,91); }
div.DivClassName
{
background-color: #EDC75B;
}
.BgClassName
{
background-color: #EDC75B;
}
</style>
border-color css
<style>
span { border-color: #EDC75B; }
span { border-color: rgb(237,199,91); }
td.TdClassName
{
border-color: #EDC75B;
}
.TagClassName
{
border-color: #EDC75B;
}
</style>