Html Css Color HEX #EDCFB1 Desert Sand

📋 copy color: '#EDCFB1'

red 237 ◦ green 207 ◦ blue 177

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

Shades of Desert Sand #EDCFB1

Tints of Desert Sand #EDCFB1

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.33%

 BLUE value IS 177 (69.53% from 255) = 28.5%

R = 38.16%
G = 33.33%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDCFB1 (or 0xEDCFB1) is known color: Desert Sand. HEX triplet: ED, CF and B1. RGB value is (237,207,177). Sum of RGB (Red+Green+Blue) = 237+207+177=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 177 (69.53% from 255 or 28.50% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCFB1 is #12304E. Grayscale: #D4D4D4. Windows color (decimal): -1192015 or 11653101. OLE color: 11653101.

HSL color Cylindrical-coordinate representation of color #EDCFB1: hue angle of 30º 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 #EDCFB1 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 207 177 -
CMYK 0 0.13 0.25 0.07
HSL 30º 0.63% 0.81% -
HSV(B) 30º 0.25% 0.93% -
XYZ 65.17 65.8 50.86 -
YUV 212.55 107.94 145.44 -
System Red Green Blue C M Y K H S L
Decimal 237 207 177 0 0.13 0.25 0.07 30 0.63 0.81
Hex ED CF B1 0 D 19 7 1E 3E 51
Octal 355 317 261 0 15 31 7 36 76 121
Binary 11101101 11001111 10110001 0 1101 11001 111 11110 111110 1010001

Color Harmonies of #EDCFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCFB1

Black with #EDCFB1

Text Example


Text Example

White with #EDCFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCFB1; }

 p { color: rgb(237,207,177); }

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

background-color css

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

 a { background-color: rgb(237,207,177); }

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

border-color css

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

 span { border-color: rgb(237,207,177); }

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