Html Css Color HEX #EFD6C0 Almond

📋 copy color: '#EFD6C0'

red 239 ◦ green 214 ◦ blue 192

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

Shades of Almond #EFD6C0

Tints of Almond #EFD6C0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.18%

 BLUE value IS 192 (75.39% from 255) = 29.77%

R = 37.05%
G = 33.18%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EFD6C0 (or 0xEFD6C0) is known color: Almond. HEX triplet: EF, D6 and C0. RGB value is (239,214,192). Sum of RGB (Red+Green+Blue) = 239+214+192=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 214 (83.98% from 255 or 33.18% from 645); Blue value is 192 (75.39% from 255 or 29.77% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD6C0 is #10293F. Grayscale: #DBDBDB. Windows color (decimal): -1059136 or 12637935. OLE color: 12637935.

HSL color Cylindrical-coordinate representation of color #EFD6C0: hue angle of 28.09º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFD6C0 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 214 192 -
CMYK 0 0.10 0.20 0.06
HSL 28.09º 0.59% 0.85% -
HSV(B) 28.09º 0.2% 0.94% -
XYZ 69.16 70.25 59.78 -
YUV 218.97 112.78 142.29 -
System Red Green Blue C M Y K H S L
Decimal 239 214 192 0 0.10 0.20 0.06 28.09 0.59 0.85
Hex EF D6 C0 0 A 14 6 1C 3B 55
Octal 357 326 300 0 12 24 6 34 73 125
Binary 11101111 11010110 11000000 0 1010 10100 110 11100 111011 1010101

Color Harmonies of #EFD6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD6C0

Black with #EFD6C0

Text Example


Text Example

White with #EFD6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD6C0; }

 p { color: rgb(239,214,192); }

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

background-color css

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

 a { background-color: rgb(239,214,192); }

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

border-color css

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

 span { border-color: rgb(239,214,192); }

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