Html Css Color HEX #EECDB4 Desert Sand

📋 copy color: '#EECDB4'

red 238 ◦ green 205 ◦ blue 180

#EECDB4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Desert Sand #EECDB4

Tints of Desert Sand #EECDB4

RGB

 RED value IS 238 (93.36% from 255) = 38.2%

 GREEN value IS 205 (80.47% from 255) = 32.91%

 BLUE value IS 180 (70.7% from 255) = 28.89%

R = 38.2%
G = 32.91%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EECDB4 (or 0xEECDB4) is known color: Desert Sand. HEX triplet: EE, CD and B4. RGB value is (238,205,180). Sum of RGB (Red+Green+Blue) = 238+205+180=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 180 (70.70% from 255 or 28.89% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDB4 is #11324B. Grayscale: #D4D4D4. Windows color (decimal): -1126988 or 11849198. OLE color: 11849198.

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

Color convert

RGB 238 205 180 -
CMYK 0 0.14 0.24 0.07
HSL 25.86º 0.63% 0.82% -
HSV(B) 25.86º 0.24% 0.93% -
XYZ 65.33 65.14 52.31 -
YUV 212.02 109.93 146.53 -
System Red Green Blue C M Y K H S L
Decimal 238 205 180 0 0.14 0.24 0.07 25.86 0.63 0.82
Hex EE CD B4 0 E 18 7 1A 3F 52
Octal 356 315 264 0 16 30 7 32 77 122
Binary 11101110 11001101 10110100 0 1110 11000 111 11010 111111 1010010

Color Harmonies of #EECDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECDB4

Black with #EECDB4

Text Example


Text Example

White with #EECDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECDB4; }

 p { color: rgb(238,205,180); }

 H1.HeaderClassName
 {
   color: #EECDB4;
 }
 .AnyTagClassName
 {
   color: #EECDB4;
 }
</style>

background-color css

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

 a { background-color: rgb(238,205,180); }

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

border-color css

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

 span { border-color: rgb(238,205,180); }

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