#E7C25F

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

Shades of Cream Can #E7C25F

Tints of Cream Can #E7C25F

Color information

#E7C25F (or 0xE7C25F) is unknown color: approx Cream Can. HEX triplet: E7, C2 and 5F. RGB value is (231,194,95). Sum of RGB (Red+Green+Blue) = 231+194+95=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 95 (37.5% from 255 or 18.27% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C25F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C25F is #183DA0. Grayscale: #C2C2C2. Windows color (decimal): -1588641 or 6275815. OLE color: 6275815.

HSL color Cylindrical-coordinate representation of color #E7C25F: hue angle of 43.68º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E7C25F is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB23119495-
CMYK00.160.590.09
HSL43.68º73.91%63.92%-
HSV(B)43.68º58.87%90.59%-
XYZ54.3156.418.85-
YUV193.7872.26154.55-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.42%
GREEN value IS 194 (76.17% from 255) = 37.31%
BLUE value IS 95 (37.5% from 255) = 18.27%
R=44.42%
G=37.31%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311949500.160.590.0943.6873.9163.92
HexE7C25F0103B92c4a40
Octal347302137020731154112100
Binary11100111110000101011111010000111011100110110010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C25F; }

 p { color: rgb(231,194,95); }

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

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

 a { background-color: rgb(231,194,95); }

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

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

 span { border-color: rgb(231,194,95); }

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