#E1D480

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

Shades of Sandwisp #E1D480

Tints of Sandwisp #E1D480

Color information

#E1D480 (or 0xE1D480) is unknown color: approx Sandwisp. HEX triplet: E1, D4 and 80. RGB value is (225,212,128). Sum of RGB (Red+Green+Blue) = 225+212+128=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 128 (50.39% from 255 or 22.65% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D480 is #1E2B7F. Grayscale: #CECECE. Windows color (decimal): -1977216 or 8443105. OLE color: 8443105.

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

Color convert

RGB225212128-
CMYK00.060.430.12
HSL51.96º61.78%69.22%-
HSV(B)51.96º43.11%88.24%-
XYZ58.4964.6529.82-
YUV206.3183.81141.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.82%
GREEN value IS 212 (83.20% from 255) = 37.52%
BLUE value IS 128 (50.39% from 255) = 22.65%
R=39.82%
G=37.52%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521212800.060.430.1251.9661.7869.22
HexE1D480062BC343e45
Octal3413242000653146476105
Binary111000011101010010000000011010101111001101001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D480; }

 p { color: rgb(225,212,128); }

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

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

 a { background-color: rgb(225,212,128); }

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

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

 span { border-color: rgb(225,212,128); }

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