Html Css Color HEX #EFD6C1 Almond

📋 copy color: '#EFD6C1'

red 239 ◦ green 214 ◦ blue 193

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

Shades of Almond #EFD6C1

Tints of Almond #EFD6C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 29.88%

R = 37%
G = 33.13%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EFD6C1 (or 0xEFD6C1) is known color: Almond. HEX triplet: EF, D6 and C1. RGB value is (239,214,193). Sum of RGB (Red+Green+Blue) = 239+214+193=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 214 (83.98% from 255 or 33.13% from 646); Blue value is 193 (75.78% from 255 or 29.88% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD6C1 is #10293E. Grayscale: #DBDBDB. Windows color (decimal): -1059135 or 12703471. OLE color: 12703471.

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

Color convert

RGB 239 214 193 -
CMYK 0 0.10 0.19 0.06
HSL 27.39º 0.59% 0.85% -
HSV(B) 27.39º 0.19% 0.94% -
XYZ 69.27 70.29 60.37 -
YUV 219.08 113.28 142.21 -
System Red Green Blue C M Y K H S L
Decimal 239 214 193 0 0.10 0.19 0.06 27.39 0.59 0.85
Hex EF D6 C1 0 A 13 6 1B 3B 55
Octal 357 326 301 0 12 23 6 33 73 125
Binary 11101111 11010110 11000001 0 1010 10011 110 11011 111011 1010101

Color Harmonies of #EFD6C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD6C1

Black with #EFD6C1

Text Example


Text Example

White with #EFD6C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD6C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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