Html Css Color HEX #EFD8C7 Almond

📋 copy color: '#EFD8C7'

red 239 ◦ green 216 ◦ blue 199

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

Shades of Almond #EFD8C7

Tints of Almond #EFD8C7

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.03%

 BLUE value IS 199 (78.13% from 255) = 30.43%

R = 36.54%
G = 33.03%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EFD8C7 (or 0xEFD8C7) is known color: Almond. HEX triplet: EF, D8 and C7. RGB value is (239,216,199). Sum of RGB (Red+Green+Blue) = 239+216+199=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 216 (84.77% from 255 or 33.03% from 654); Blue value is 199 (78.12% from 255 or 30.43% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8C7 is #102738. Grayscale: #DDDDDD. Windows color (decimal): -1058617 or 13097199. OLE color: 13097199.

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

Color convert

RGB 239 216 199 -
CMYK 0 0.10 0.17 0.06
HSL 25.5º 0.56% 0.86% -
HSV(B) 25.5º 0.17% 0.94% -
XYZ 70.46 71.59 64.14 -
YUV 220.94 115.62 140.88 -
System Red Green Blue C M Y K H S L
Decimal 239 216 199 0 0.10 0.17 0.06 25.5 0.56 0.86
Hex EF D8 C7 0 A 11 6 1A 38 56
Octal 357 330 307 0 12 21 6 32 70 126
Binary 11101111 11011000 11000111 0 1010 10001 110 11010 111000 1010110

Color Harmonies of #EFD8C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD8C7

Black with #EFD8C7

Text Example


Text Example

White with #EFD8C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD8C7; }

 p { color: rgb(239,216,199); }

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

background-color css

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

 a { background-color: rgb(239,216,199); }

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

border-color css

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

 span { border-color: rgb(239,216,199); }

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