#E1CA82

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

Shades of Sandwisp #E1CA82

Tints of Sandwisp #E1CA82

Color information

#E1CA82 (or 0xE1CA82) is unknown color: approx Sandwisp. HEX triplet: E1, CA and 82. RGB value is (225,202,130). Sum of RGB (Red+Green+Blue) = 225+202+130=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 130 (51.17% from 255 or 23.34% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CA82 is #1E357D. Grayscale: #C8C8C8. Windows color (decimal): -1979774 or 8571617. OLE color: 8571617.

HSL color Cylindrical-coordinate representation of color #E1CA82: hue angle of 45.47º 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 #E1CA82 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB225202130-
CMYK00.100.420.12
HSL45.47º61.29%69.61%-
HSV(B)45.47º42.22%88.24%-
XYZ56.259.8629.71-
YUV200.6788.12145.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.39%
GREEN value IS 202 (79.30% from 255) = 36.27%
BLUE value IS 130 (51.17% from 255) = 23.34%
R=40.39%
G=36.27%
B=23.34%

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
Decimal22520213000.100.420.1245.4761.2969.61
HexE1CA820A2AC2d3d46
Octal34131220201252145575106
Binary1110000111001010100000100101010101011001011011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CA82; }

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

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

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

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

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

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

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

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