Html Css Color HEX #EFCDB2 Desert Sand

📋 copy color: '#EFCDB2'

red 239 ◦ green 205 ◦ blue 178

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

Shades of Desert Sand #EFCDB2

Tints of Desert Sand #EFCDB2

RGB

 RED value IS 239 (93.75% from 255) = 38.42%

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

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

R = 38.42%
G = 32.96%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFCDB2 (or 0xEFCDB2) is known color: Desert Sand. HEX triplet: EF, CD and B2. RGB value is (239,205,178). Sum of RGB (Red+Green+Blue) = 239+205+178=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 178 (69.92% from 255 or 28.62% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCDB2 is #10324D. Grayscale: #D4D4D4. Windows color (decimal): -1061454 or 11718127. OLE color: 11718127.

HSL color Cylindrical-coordinate representation of color #EFCDB2: hue angle of 26.56º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFCDB2 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 205 178 -
CMYK 0 0.14 0.26 0.06
HSL 26.56º 0.66% 0.82% -
HSV(B) 26.56º 0.26% 0.94% -
XYZ 65.46 65.23 51.26 -
YUV 212.09 108.76 147.2 -
System Red Green Blue C M Y K H S L
Decimal 239 205 178 0 0.14 0.26 0.06 26.56 0.66 0.82
Hex EF CD B2 0 E 1A 6 1B 42 52
Octal 357 315 262 0 16 32 6 33 102 122
Binary 11101111 11001101 10110010 0 1110 11010 110 11011 1000010 1010010

Color Harmonies of #EFCDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDB2

Black with #EFCDB2

Text Example


Text Example

White with #EFCDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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