#E1CB7A

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

Shades of Sandwisp #E1CB7A

Tints of Sandwisp #E1CB7A

Color information

#E1CB7A (or 0xE1CB7A) is unknown color: approx Sandwisp. HEX triplet: E1, CB and 7A. RGB value is (225,203,122). Sum of RGB (Red+Green+Blue) = 225+203+122=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 122 (48.05% from 255 or 22.18% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CB7A is #1E3485. Grayscale: #C8C8C8. Windows color (decimal): -1979526 or 8047585. OLE color: 8047585.

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

Color convert

RGB225203122-
CMYK00.100.460.12
HSL47.18º63.19%68.04%-
HSV(B)47.18º45.78%88.24%-
XYZ55.9260.1227.07-
YUV200.3483.79145.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.91%
GREEN value IS 203 (79.69% from 255) = 36.91%
BLUE value IS 122 (48.05% from 255) = 22.18%
R=40.91%
G=36.91%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520312200.100.460.1247.1863.1968.04
HexE1CB7A0A2EC2f3f44
Octal34131317201256145777104
Binary111000011100101111110100101010111011001011111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CB7A; }

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

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

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

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

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

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

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

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