#e7c456

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

Shades of Cream Can #E7C456

Tints of Cream Can #E7C456

Color information

#E7C456 (or 0xE7C456) is unknown color: approx Cream Can. HEX triplet: E7, C4 and 56. RGB value is (231,196,86). Sum of RGB (Red+Green+Blue) = 231+196+86=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 86 (33.98% from 255 or 16.76% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C456 is #183BA9. Grayscale: #C2C2C2. Windows color (decimal): -1588138 or 5686503. OLE color: 5686503.

HSL color Cylindrical-coordinate representation of color #E7C456: hue angle of 45.52º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E7C456 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB23119686-
CMYK00.150.630.09
HSL45.52º75.13%62.16%-
HSV(B)45.52º62.77%90.59%-
XYZ54.3757.1416.97-
YUV193.9267.1154.44-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.03%
GREEN value IS 196 (76.95% from 255) = 38.21%
BLUE value IS 86 (33.98% from 255) = 16.76%
R=45.03%
G=38.21%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311968600.150.630.0945.5275.1362.16
HexE7C4560F3F92e4b3e
Octal34730412601777115611376
Binary111001111100010010101100111111111110011011101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7c456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7c456; }

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

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

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

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

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

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

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

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