#EED0B7

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

Shades of Desert Sand #EED0B7

Tints of Desert Sand #EED0B7

Color information

#EED0B7 (or 0xEED0B7) is unknown color: approx Desert Sand. HEX triplet: EE, D0 and B7. RGB value is (238,208,183). Sum of RGB (Red+Green+Blue) = 238+208+183=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 183 (71.88% from 255 or 29.09% from 629); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0B7 is #112F48. Grayscale: #D6D6D6. Windows color (decimal): -1126217 or 12046574. OLE color: 12046574.

HSL color Cylindrical-coordinate representation of color #EED0B7: hue angle of 27.27º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EED0B7 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB238208183-
CMYK00.130.230.07
HSL27.27º61.8%82.55%-
HSV(B)27.27º23.11%93.33%-
XYZ66.3666.7154.18-
YUV214.12110.44145.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.84%
GREEN value IS 208 (81.64% from 255) = 33.07%
BLUE value IS 183 (71.88% from 255) = 29.09%
R=37.84%
G=33.07%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820818300.130.230.0727.2761.882.55
HexEED0B70D1771b3e53
Octal3563202670152773376123
Binary1110111011010000101101110110110111111110111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED0B7; }

 p { color: rgb(238,208,183); }

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

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

 a { background-color: rgb(238,208,183); }

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

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

 span { border-color: rgb(238,208,183); }

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