#E2C25A

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

Shades of Cream Can #E2C25A

Tints of Cream Can #E2C25A

Color information

#E2C25A (or 0xE2C25A) is unknown color: approx Cream Can. HEX triplet: E2, C2 and 5A. RGB value is (226,194,90). Sum of RGB (Red+Green+Blue) = 226+194+90=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 194 (76.17% from 255 or 38.04% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C25A is #1D3DA5. Grayscale: #C0C0C0. Windows color (decimal): -1916326 or 5948130. OLE color: 5948130.

HSL color Cylindrical-coordinate representation of color #E2C25A: hue angle of 45.88º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2C25A is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB22619490-
CMYK00.140.600.11
HSL45.88º70.1%61.96%-
HSV(B)45.88º60.18%88.63%-
XYZ52.555.4917.62-
YUV191.7170.6152.46-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.31%
GREEN value IS 194 (76.17% from 255) = 38.04%
BLUE value IS 90 (35.55% from 255) = 17.65%
R=44.31%
G=38.04%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261949000.140.600.1145.8870.161.96
HexE2C25A0E3CB2e463e
Octal34230213201674135610676
Binary111000101100001010110100111011110010111011101000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C25A; }

 p { color: rgb(226,194,90); }

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

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

 a { background-color: rgb(226,194,90); }

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

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

 span { border-color: rgb(226,194,90); }

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