#E1CB82

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

Shades of Sandwisp #E1CB82

Tints of Sandwisp #E1CB82

Color information

#E1CB82 (or 0xE1CB82) is unknown color: approx Sandwisp. HEX triplet: E1, CB and 82. RGB value is (225,203,130). Sum of RGB (Red+Green+Blue) = 225+203+130=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 130 (51.17% from 255 or 23.30% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CB82 is #1E347D. Grayscale: #C9C9C9. Windows color (decimal): -1979518 or 8571873. OLE color: 8571873.

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

Color convert

RGB225203130-
CMYK00.100.420.12
HSL46.11º61.29%69.61%-
HSV(B)46.11º42.22%88.24%-
XYZ56.4460.3329.79-
YUV201.2687.79144.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.32%
GREEN value IS 203 (79.69% from 255) = 36.38%
BLUE value IS 130 (51.17% from 255) = 23.30%
R=40.32%
G=36.38%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520313000.100.420.1246.1161.2969.61
HexE1CB820A2AC2e3d46
Octal34131320201252145675106
Binary1110000111001011100000100101010101011001011101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CB82; }

 p { color: rgb(225,203,130); }

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

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

 a { background-color: rgb(225,203,130); }

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

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

 span { border-color: rgb(225,203,130); }

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