#E0CF8C

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

Shades of Sandwisp #E0CF8C

Tints of Sandwisp #E0CF8C

Color information

#E0CF8C (or 0xE0CF8C) is unknown color: approx Sandwisp. HEX triplet: E0, CF and 8C. RGB value is (224,207,140). Sum of RGB (Red+Green+Blue) = 224+207+140=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 140 (55.08% from 255 or 24.52% from 571); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CF8C is #1F3073. Grayscale: #CCCCCC. Windows color (decimal): -2044020 or 9228256. OLE color: 9228256.

HSL color Cylindrical-coordinate representation of color #E0CF8C: hue angle of 47.86º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E0CF8C is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB224207140-
CMYK00.080.380.12
HSL47.86º57.53%71.37%-
HSV(B)47.86º37.5%87.84%-
XYZ57.7962.3733.8-
YUV204.4491.63141.95-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.23%
GREEN value IS 207 (81.25% from 255) = 36.25%
BLUE value IS 140 (55.08% from 255) = 24.52%
R=39.23%
G=36.25%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420714000.080.380.1247.8657.5371.37
HexE0CF8C0826C303a47
Octal34031721401046146072107
Binary1110000011001111100011000100010011011001100001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CF8C; }

 p { color: rgb(224,207,140); }

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

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

 a { background-color: rgb(224,207,140); }

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

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

 span { border-color: rgb(224,207,140); }

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