#E1CB85

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

Shades of Sandwisp #E1CB85

Tints of Sandwisp #E1CB85

Color information

#E1CB85 (or 0xE1CB85) is unknown color: approx Sandwisp. HEX triplet: E1, CB and 85. RGB value is (225,203,133). Sum of RGB (Red+Green+Blue) = 225+203+133=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CB85 is #1E347A. Grayscale: #C9C9C9. Windows color (decimal): -1979515 or 8768481. OLE color: 8768481.

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

Color convert

RGB225203133-
CMYK00.100.410.12
HSL45.65º60.53%70.2%-
HSV(B)45.65º40.89%88.24%-
XYZ56.6460.4130.87-
YUV201.689.29144.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.11%
GREEN value IS 203 (79.69% from 255) = 36.19%
BLUE value IS 133 (52.34% from 255) = 23.71%
R=40.11%
G=36.19%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520313300.100.410.1245.6560.5370.2
HexE1CB850A29C2e3d46
Octal34131320501251145675106
Binary1110000111001011100001010101010100111001011101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CB85; }

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

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

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

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

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

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

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

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