#E1CA7B

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

Shades of Sandwisp #E1CA7B

Tints of Sandwisp #E1CA7B

Color information

#E1CA7B (or 0xE1CA7B) is unknown color: approx Sandwisp. HEX triplet: E1, CA and 7B. RGB value is (225,202,123). Sum of RGB (Red+Green+Blue) = 225+202+123=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 123 (48.44% from 255 or 22.36% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CA7B is #1E3584. Grayscale: #C8C8C8. Windows color (decimal): -1979781 or 8112865. OLE color: 8112865.

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

Color convert

RGB225202123-
CMYK00.100.450.12
HSL46.47º62.96%68.24%-
HSV(B)46.47º45.33%88.24%-
XYZ55.7559.6827.32-
YUV199.8784.62145.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.91%
GREEN value IS 202 (79.30% from 255) = 36.73%
BLUE value IS 123 (48.44% from 255) = 22.36%
R=40.91%
G=36.73%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520212300.100.450.1246.4762.9668.24
HexE1CA7B0A2DC2e3f44
Octal34131217301255145677104
Binary111000011100101011110110101010110111001011101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CA7B; }

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

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

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

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

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

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

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

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