#E7C048

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

Shades of Cream Can #E7C048

Tints of Cream Can #E7C048

Color information

#E7C048 (or 0xE7C048) is unknown color: approx Cream Can. HEX triplet: E7, C0 and 48. RGB value is (231,192,72). Sum of RGB (Red+Green+Blue) = 231+192+72=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 72 (28.52% from 255 or 14.55% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C048 is #183FB7. Grayscale: #BEBEBE. Windows color (decimal): -1589176 or 4767975. OLE color: 4767975.

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

Color convert

RGB23119272-
CMYK00.170.690.09
HSL45.28º76.81%59.41%-
HSV(B)45.28º68.83%90.59%-
XYZ52.9755.1613.99-
YUV189.9861.42157.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.67%
GREEN value IS 192 (75.39% from 255) = 38.79%
BLUE value IS 72 (28.52% from 255) = 14.55%
R=46.67%
G=38.79%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311927200.170.690.0945.2876.8159.41
HexE7C0480114592d4d3b
Octal347300110021105115511573
Binary11100111110000001001000010001100010110011011011001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C048; }

 p { color: rgb(231,192,72); }

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

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

 a { background-color: rgb(231,192,72); }

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

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

 span { border-color: rgb(231,192,72); }

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