#E1C97D

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

Shades of Sandwisp #E1C97D

Tints of Sandwisp #E1C97D

Color information

#E1C97D (or 0xE1C97D) is unknown color: approx Sandwisp. HEX triplet: E1, C9 and 7D. RGB value is (225,201,125). Sum of RGB (Red+Green+Blue) = 225+201+125=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 125 (49.22% from 255 or 22.69% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C97D is #1E3682. Grayscale: #C7C7C7. Windows color (decimal): -1980035 or 8243681. OLE color: 8243681.

HSL color Cylindrical-coordinate representation of color #E1C97D: hue angle of 45.6º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1C97D is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB225201125-
CMYK00.110.440.12
HSL45.6º62.5%68.63%-
HSV(B)45.6º44.44%88.24%-
XYZ55.6459.2627.91-
YUV199.5185.95146.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.83%
GREEN value IS 201 (78.91% from 255) = 36.48%
BLUE value IS 125 (49.22% from 255) = 22.69%
R=40.83%
G=36.48%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520112500.110.440.1245.662.568.63
HexE1C97D0B2CC2e3e45
Octal34131117501354145676105
Binary111000011100100111111010101110110011001011101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C97D; }

 p { color: rgb(225,201,125); }

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

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

 a { background-color: rgb(225,201,125); }

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

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

 span { border-color: rgb(225,201,125); }

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