#E7C55D

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

Shades of Cream Can #E7C55D

Tints of Cream Can #E7C55D

Color information

#E7C55D (or 0xE7C55D) is unknown color: approx Cream Can. HEX triplet: E7, C5 and 5D. RGB value is (231,197,93). Sum of RGB (Red+Green+Blue) = 231+197+93=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C55D is #183AA2. Grayscale: #C3C3C3. Windows color (decimal): -1587875 or 6145511. OLE color: 6145511.

HSL color Cylindrical-coordinate representation of color #E7C55D: hue angle of 45.22º 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 #E7C55D is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB23119793-
CMYK00.150.600.09
HSL45.22º74.19%63.53%-
HSV(B)45.22º59.74%90.59%-
XYZ54.957.7118.6-
YUV195.3170.26153.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.34%
GREEN value IS 197 (77.34% from 255) = 37.81%
BLUE value IS 93 (36.72% from 255) = 17.85%
R=44.34%
G=37.81%
B=17.85%

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
Decimal2311979300.150.600.0945.2274.1963.53
HexE7C55D0F3C92d4a40
Octal347305135017741155112100
Binary1110011111000101101110101111111100100110110110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C55D; }

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

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

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

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

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

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

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

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