#E0CF8A

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

Shades of Sandwisp #E0CF8A

Tints of Sandwisp #E0CF8A

Color information

#E0CF8A (or 0xE0CF8A) is unknown color: approx Sandwisp. HEX triplet: E0, CF and 8A. RGB value is (224,207,138). Sum of RGB (Red+Green+Blue) = 224+207+138=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 138 (54.30% from 255 or 24.25% from 569); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CF8A is #1F3075. Grayscale: #CCCCCC. Windows color (decimal): -2044022 or 9097184. OLE color: 9097184.

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

Color convert

RGB224207138-
CMYK00.080.380.12
HSL48.14º58.11%70.98%-
HSV(B)48.14º38.39%87.84%-
XYZ57.6462.3133.03-
YUV204.2290.63142.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.37%
GREEN value IS 207 (81.25% from 255) = 36.38%
BLUE value IS 138 (54.30% from 255) = 24.25%
R=39.37%
G=36.38%
B=24.25%

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
Decimal22420713800.080.380.1248.1458.1170.98
HexE0CF8A0826C303a47
Octal34031721201046146072107
Binary1110000011001111100010100100010011011001100001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CF8A; }

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

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

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

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

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

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

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

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