Html Css Color HEX #EFD7C7 Almond

📋 copy color: '#EFD7C7'

red 239 ◦ green 215 ◦ blue 199

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

Shades of Almond #EFD7C7

Tints of Almond #EFD7C7

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.92%

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

R = 36.6%
G = 32.92%
B = 30.47%

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

#EFD7C7 (or 0xEFD7C7) is known color: Almond. HEX triplet: EF, D7 and C7. RGB value is (239,215,199). Sum of RGB (Red+Green+Blue) = 239+215+199=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 215 (84.38% from 255 or 32.92% from 653); Blue value is 199 (78.12% from 255 or 30.47% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD7C7 is #102838. Grayscale: #DCDCDC. Windows color (decimal): -1058873 or 13096943. OLE color: 13096943.

HSL color Cylindrical-coordinate representation of color #EFD7C7: hue angle of 24º 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 #EFD7C7 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 215 199 -
CMYK 0 0.10 0.17 0.06
HSL 24º 0.56% 0.86% -
HSV(B) 24º 0.17% 0.94% -
XYZ 70.21 71.08 64.05 -
YUV 220.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 239 215 199 0 0.10 0.17 0.06 24 0.56 0.86
Hex EF D7 C7 0 A 11 6 18 38 56
Octal 357 327 307 0 12 21 6 30 70 126
Binary 11101111 11010111 11000111 0 1010 10001 110 11000 111000 1010110

Color Harmonies of #EFD7C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD7C7

Black with #EFD7C7

Text Example


Text Example

White with #EFD7C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD7C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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