Shades of Cream Can #EDC95A
Tints of Cream Can #EDC95A
RGB
CMYK
RGB Variations
Color information
#EDC95A (or 0xEDC95A) is known color: Cream Can. HEX triplet: ED, C9 and 5A. RGB value is (237,201,90). Sum of RGB (Red+Green+Blue) = 237+201+90=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 90 (35.55% from 255 or 17.05% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC95A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC95A is #1236A5. Grayscale: #C7C7C7. Windows color (decimal): -1193638 or 5949933. OLE color: 5949933.
HSL color Cylindrical-coordinate representation of color #EDC95A: hue angle of 45.31º 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 #EDC95A is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 90 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.07 |
| HSL | 45.31º | 0.8% | 0.64% | - |
| HSV(B) | 45.31º | 0.62% | 0.93% | - |
| XYZ | 57.66 | 60.52 | 18.31 | - |
| YUV | 199.11 | 66.43 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 90 | 0 | 0.15 | 0.62 | 0.07 | 45.31 | 0.8 | 0.64 |
| Hex | ED | C9 | 5A | 0 | F | 3E | 7 | 2D | 50 | 40 |
| Octal | 355 | 311 | 132 | 0 | 17 | 76 | 7 | 55 | 120 | 100 |
| Binary | 11101101 | 11001001 | 1011010 | 0 | 1111 | 111110 | 111 | 101101 | 1010000 | 1000000 |
Color Harmonies of #EDC95A
Complementary color
Monochromatic Colors of #EDC95A
Black with #EDC95A
Text Example
Text Example
White with #EDC95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC95A; }
p { color: rgb(237,201,90); }
H1.HeaderClassName
{
color: #EDC95A;
}
.AnyTagClassName
{
color: #EDC95A;
}
</style>
background-color css
<style>
a { background-color: #EDC95A; }
a { background-color: rgb(237,201,90); }
div.DivClassName
{
background-color: #EDC95A;
}
.BgClassName
{
background-color: #EDC95A;
}
</style>
border-color css
<style>
span { border-color: #EDC95A; }
span { border-color: rgb(237,201,90); }
td.TdClassName
{
border-color: #EDC95A;
}
.TagClassName
{
border-color: #EDC95A;
}
</style>