Html Css Color HEX #EDCDB2 Desert Sand

📋 copy color: '#EDCDB2'

red 237 ◦ green 205 ◦ blue 178

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

Shades of Desert Sand #EDCDB2

Tints of Desert Sand #EDCDB2

RGB

 RED value IS 237 (92.97% from 255) = 38.23%

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

 BLUE value IS 178 (69.92% from 255) = 28.71%

R = 38.23%
G = 33.06%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDCDB2 (or 0xEDCDB2) is known color: Desert Sand. HEX triplet: ED, CD and B2. RGB value is (237,205,178). Sum of RGB (Red+Green+Blue) = 237+205+178=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 178 (69.92% from 255 or 28.71% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCDB2 is #12324D. Grayscale: #D3D3D3. Windows color (decimal): -1192526 or 11718125. OLE color: 11718125.

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

Color convert

RGB 237 205 178 -
CMYK 0 0.14 0.25 0.07
HSL 27.46º 0.62% 0.81% -
HSV(B) 27.46º 0.25% 0.93% -
XYZ 64.79 64.88 51.23 -
YUV 211.49 109.1 146.2 -
System Red Green Blue C M Y K H S L
Decimal 237 205 178 0 0.14 0.25 0.07 27.46 0.62 0.81
Hex ED CD B2 0 E 19 7 1B 3E 51
Octal 355 315 262 0 16 31 7 33 76 121
Binary 11101101 11001101 10110010 0 1110 11001 111 11011 111110 1010001

Color Harmonies of #EDCDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDB2

Black with #EDCDB2

Text Example


Text Example

White with #EDCDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDB2; }

 p { color: rgb(237,205,178); }

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

background-color css

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

 a { background-color: rgb(237,205,178); }

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

border-color css

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

 span { border-color: rgb(237,205,178); }

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