#edc261

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

Shades of Cream Can #EDC261

Tints of Cream Can #EDC261

Color information

#EDC261 (or 0xEDC261) is unknown color: approx Cream Can. HEX triplet: ED, C2 and 61. RGB value is (237,194,97). Sum of RGB (Red+Green+Blue) = 237+194+97=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 97 (38.28% from 255 or 18.37% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC261 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC261 is #123D9E. Grayscale: #C4C4C4. Windows color (decimal): -1195423 or 6406893. OLE color: 6406893.

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

Color convert

RGB23719497-
CMYK00.180.590.07
HSL41.57º79.55%65.49%-
HSV(B)41.57º59.07%92.94%-
XYZ56.3757.4519.43-
YUV195.872.25157.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.89%
GREEN value IS 194 (76.17% from 255) = 36.74%
BLUE value IS 97 (38.28% from 255) = 18.37%
R=44.89%
G=36.74%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371949700.180.590.0741.5779.5565.49
HexEDC2610123B72a5041
Octal35530214102273752120101
Binary1110110111000010110000101001011101111110101010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edc261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edc261; }

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

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

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

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

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

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

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

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