#e2cc82

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

Shades of Sandwisp #E2CC82

Tints of Sandwisp #E2CC82

Color information

#E2CC82 (or 0xE2CC82) is unknown color: approx Sandwisp. HEX triplet: E2, CC and 82. RGB value is (226,204,130). Sum of RGB (Red+Green+Blue) = 226+204+130=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 130 (51.17% from 255 or 23.21% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CC82 is #1D337D. Grayscale: #CACACA. Windows color (decimal): -1913726 or 8572130. OLE color: 8572130.

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

Color convert

RGB226204130-
CMYK00.100.420.11
HSL46.25º62.34%69.8%-
HSV(B)46.25º42.48%88.63%-
XYZ56.9960.9729.88-
YUV202.1487.29145.02-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.36%
GREEN value IS 204 (80.08% from 255) = 36.43%
BLUE value IS 130 (51.17% from 255) = 23.21%
R=40.36%
G=36.43%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620413000.100.420.1146.2562.3469.8
HexE2CC820A2AB2e3e46
Octal34231420201252135676106
Binary1110001011001100100000100101010101010111011101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2cc82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2cc82; }

 p { color: rgb(226,204,130); }

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

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

 a { background-color: rgb(226,204,130); }

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

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

 span { border-color: rgb(226,204,130); }

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