#EDC258

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

Shades of Cream Can #EDC258

Tints of Cream Can #EDC258

Color information

#EDC258 (or 0xEDC258) is unknown color: approx Cream Can. HEX triplet: ED, C2 and 58. RGB value is (237,194,88). Sum of RGB (Red+Green+Blue) = 237+194+88=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 88 (34.77% from 255 or 16.96% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC258 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC258 is #123DA7. Grayscale: #C3C3C3. Windows color (decimal): -1195432 or 5817069. OLE color: 5817069.

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

Color convert

RGB23719488-
CMYK00.180.630.07
HSL42.68º80.54%63.73%-
HSV(B)42.68º62.87%92.94%-
XYZ55.9857.2917.34-
YUV194.7767.75158.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.66%
GREEN value IS 194 (76.17% from 255) = 37.38%
BLUE value IS 88 (34.77% from 255) = 16.96%
R=45.66%
G=37.38%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371948800.180.630.0742.6880.5463.73
HexEDC2580123F72b5140
Octal35530213002277753121100
Binary1110110111000010101100001001011111111110101110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC258; }

 p { color: rgb(237,194,88); }

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

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

 a { background-color: rgb(237,194,88); }

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

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

 span { border-color: rgb(237,194,88); }

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