#EDC155

Color #EDC155 Cream Can (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cream Can #EDC155

Tints of Cream Can #EDC155

Color information

#EDC155 (or 0xEDC155) is unknown color: approx Cream Can. HEX triplet: ED, C1 and 55. RGB value is (237,193,85). Sum of RGB (Red+Green+Blue) = 237+193+85=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 85 (33.59% from 255 or 16.50% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC155 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC155 is #123EAA. Grayscale: #C2C2C2. Windows color (decimal): -1195691 or 5620205. OLE color: 5620205.

HSL color Cylindrical-coordinate representation of color #EDC155: hue angle of 42.63º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDC155 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB23719385-
CMYK00.190.640.07
HSL42.63º80.85%63.14%-
HSV(B)42.63º64.14%92.94%-
XYZ55.6356.816.63-
YUV193.8466.58158.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 46.02%
GREEN value IS 193 (75.78% from 255) = 37.48%
BLUE value IS 85 (33.59% from 255) = 16.50%
R=46.02%
G=37.48%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371938500.190.640.0742.6380.8563.14
HexEDC1550134072b513f
Octal35530112502310075312177
Binary1110110111000001101010101001110000001111010111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC155; }

 p { color: rgb(237,193,85); }

 H1.HeaderClassName
 {
   color: #EDC155;
 }
 .AnyTagClassName
 {
   color: #EDC155;
 }
</style>
background-color css

<style>
 a { background-color: #EDC155; }

 a { background-color: rgb(237,193,85); }

 div.DivClassName
 {
   background-color: #EDC155;
 }
 .BgClassName
 {
   background-color: #EDC155;
 }
</style>
border-color css

<style>
 span { border-color: #EDC155; }

 span { border-color: rgb(237,193,85); }

 td.TdClassName
 {
   border-color: #EDC155;
 }
 .TagClassName
 {
   border-color: #EDC155;
 }
</style>