#EFC260

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

Shades of Cream Can #EFC260

Tints of Cream Can #EFC260

Color information

#EFC260 (or 0xEFC260) is unknown color: approx Cream Can. HEX triplet: EF, C2 and 60. RGB value is (239,194,96). Sum of RGB (Red+Green+Blue) = 239+194+96=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC260 is #103D9F. Grayscale: #C4C4C4. Windows color (decimal): -1064352 or 6341359. OLE color: 6341359.

HSL color Cylindrical-coordinate representation of color #EFC260: hue angle of 41.12º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFC260 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB23919496-
CMYK00.190.600.06
HSL41.12º81.71%65.69%-
HSV(B)41.12º59.83%93.73%-
XYZ5757.7819.21-
YUV196.2871.41158.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.18%
GREEN value IS 194 (76.17% from 255) = 36.67%
BLUE value IS 96 (37.89% from 255) = 18.15%
R=45.18%
G=36.67%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391949600.190.600.0641.1281.7165.69
HexEFC2600133C6295242
Octal35730214002374651122102
Binary1110111111000010110000001001111110011010100110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC260; }

 p { color: rgb(239,194,96); }

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

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

 a { background-color: rgb(239,194,96); }

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

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

 span { border-color: rgb(239,194,96); }

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