#e2c880

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

Shades of Sandwisp #E2C880

Tints of Sandwisp #E2C880

Color information

#E2C880 (or 0xE2C880) is unknown color: approx Sandwisp. HEX triplet: E2, C8 and 80. RGB value is (226,200,128). Sum of RGB (Red+Green+Blue) = 226+200+128=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C880 is #1D377F. Grayscale: #C7C7C7. Windows color (decimal): -1914752 or 8440034. OLE color: 8440034.

HSL color Cylindrical-coordinate representation of color #E2C880: hue angle of 44.08º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E2C880 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB226200128-
CMYK00.120.430.11
HSL44.08º62.82%69.41%-
HSV(B)44.08º43.36%88.63%-
XYZ55.9159.0428.87-
YUV199.5787.61146.85-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.79%
GREEN value IS 200 (78.52% from 255) = 36.10%
BLUE value IS 128 (50.39% from 255) = 23.10%
R=40.79%
G=36.10%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620012800.120.430.1144.0862.8269.41
HexE2C8800C2BB2c3f45
Octal34231020001453135477105
Binary1110001011001000100000000110010101110111011001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2c880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2c880; }

 p { color: rgb(226,200,128); }

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

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

 a { background-color: rgb(226,200,128); }

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

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

 span { border-color: rgb(226,200,128); }

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