#E0CD80

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

Shades of Sandwisp #E0CD80

Tints of Sandwisp #E0CD80

Color information

#E0CD80 (or 0xE0CD80) is unknown color: approx Sandwisp. HEX triplet: E0, CD and 80. RGB value is (224,205,128). Sum of RGB (Red+Green+Blue) = 224+205+128=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 128 (50.39% from 255 or 22.98% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CD80 is #1F327F. Grayscale: #CACACA. Windows color (decimal): -2044544 or 8441312. OLE color: 8441312.

HSL color Cylindrical-coordinate representation of color #E0CD80: hue angle of 48.12º degrees, saturation: 0.61, 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 #E0CD80 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB224205128-
CMYK00.080.430.12
HSL48.12º60.76%69.02%-
HSV(B)48.12º42.86%87.84%-
XYZ56.4761.0729.23-
YUV201.986.29143.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.22%
GREEN value IS 205 (80.47% from 255) = 36.80%
BLUE value IS 128 (50.39% from 255) = 22.98%
R=40.22%
G=36.80%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420512800.080.430.1248.1260.7669.02
HexE0CD80082BC303d45
Octal34031520001053146075105
Binary1110000011001101100000000100010101111001100001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CD80; }

 p { color: rgb(224,205,128); }

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

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

 a { background-color: rgb(224,205,128); }

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

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

 span { border-color: rgb(224,205,128); }

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