#E7C45D

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

Shades of Cream Can #E7C45D

Tints of Cream Can #E7C45D

Color information

#E7C45D (or 0xE7C45D) is unknown color: approx Cream Can. HEX triplet: E7, C4 and 5D. RGB value is (231,196,93). Sum of RGB (Red+Green+Blue) = 231+196+93=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C45D is #183BA2. Grayscale: #C3C3C3. Windows color (decimal): -1588131 or 6145255. OLE color: 6145255.

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

Color convert

RGB23119693-
CMYK00.150.600.09
HSL44.78º74.19%63.53%-
HSV(B)44.78º59.74%90.59%-
XYZ54.6757.2618.53-
YUV194.7270.6153.88-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.42%
GREEN value IS 196 (76.95% from 255) = 37.69%
BLUE value IS 93 (36.72% from 255) = 17.88%
R=44.42%
G=37.69%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311969300.150.600.0944.7874.1963.53
HexE7C45D0F3C92d4a40
Octal347304135017741155112100
Binary1110011111000100101110101111111100100110110110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C45D; }

 p { color: rgb(231,196,93); }

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

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

 a { background-color: rgb(231,196,93); }

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

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

 span { border-color: rgb(231,196,93); }

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