#E6CAAC

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

Shades of Desert Sand #E6CAAC

Tints of Desert Sand #E6CAAC

Color information

#E6CAAC (or 0xE6CAAC) is unknown color: approx Desert Sand. HEX triplet: E6, CA and AC. RGB value is (230,202,172). Sum of RGB (Red+Green+Blue) = 230+202+172=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CAAC is #193553. Grayscale: #CFCFCF. Windows color (decimal): -1652052 or 11324134. OLE color: 11324134.

HSL color Cylindrical-coordinate representation of color #E6CAAC: hue angle of 31.03º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6CAAC is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB230202172-
CMYK00.120.250.10
HSL31.03º53.7%78.82%-
HSV(B)31.03º25.22%90.2%-
XYZ61.262.0447.78-
YUV206.95108.28144.44-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.08%
GREEN value IS 202 (79.30% from 255) = 33.44%
BLUE value IS 172 (67.58% from 255) = 28.48%
R=38.08%
G=33.44%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020217200.120.250.1031.0353.778.82
HexE6CAAC0C19A1f364f
Octal34631225401431123766117
Binary11100110110010101010110001100110011010111111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CAAC; }

 p { color: rgb(230,202,172); }

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

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

 a { background-color: rgb(230,202,172); }

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

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

 span { border-color: rgb(230,202,172); }

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