#E6CAB0

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

Shades of Desert Sand #E6CAB0

Tints of Desert Sand #E6CAB0

Color information

#E6CAB0 (or 0xE6CAB0) is unknown color: approx Desert Sand. HEX triplet: E6, CA and B0. RGB value is (230,202,176). Sum of RGB (Red+Green+Blue) = 230+202+176=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 176 (69.14% from 255 or 28.95% from 608); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CAB0 is #19354F. Grayscale: #CFCFCF. Windows color (decimal): -1652048 or 11586278. OLE color: 11586278.

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

Color convert

RGB230202176-
CMYK00.120.230.10
HSL28.89º51.92%79.61%-
HSV(B)28.89º23.48%90.2%-
XYZ61.5962.249.83-
YUV207.41110.28144.11-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.83%
GREEN value IS 202 (79.30% from 255) = 33.22%
BLUE value IS 176 (69.14% from 255) = 28.95%
R=37.83%
G=33.22%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020217600.120.230.1028.8951.9279.61
HexE6CAB00C17A1d3450
Octal34631226001427123564120
Binary11100110110010101011000001100101111010111011101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CAB0; }

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

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

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

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

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

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

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

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