#EECCB3

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

Shades of Desert Sand #EECCB3

Tints of Desert Sand #EECCB3

Color information

#EECCB3 (or 0xEECCB3) is unknown color: approx Desert Sand. HEX triplet: EE, CC and B3. RGB value is (238,204,179). Sum of RGB (Red+Green+Blue) = 238+204+179=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 179 (70.31% from 255 or 28.82% from 621); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCB3 is #11334C. Grayscale: #D3D3D3. Windows color (decimal): -1127245 or 11783406. OLE color: 11783406.

HSL color Cylindrical-coordinate representation of color #EECCB3: hue angle of 25.42º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EECCB3 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB238204179-
CMYK00.140.250.07
HSL25.42º63.44%81.76%-
HSV(B)25.42º24.79%93.33%-
XYZ64.9964.6251.69-
YUV211.32109.76147.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.33%
GREEN value IS 204 (80.08% from 255) = 32.85%
BLUE value IS 179 (70.31% from 255) = 28.82%
R=38.33%
G=32.85%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820417900.140.250.0725.4263.4481.76
HexEECCB30E197193f52
Octal3563142630163173177122
Binary1110111011001100101100110111011001111110011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCB3; }

 p { color: rgb(238,204,179); }

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

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

 a { background-color: rgb(238,204,179); }

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

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

 span { border-color: rgb(238,204,179); }

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