Html Css Color HEX #EFD9C3 Almond

📋 copy color: '#EFD9C3'

red 239 ◦ green 217 ◦ blue 195

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

Shades of Almond #EFD9C3

Tints of Almond #EFD9C3

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.33%

 BLUE value IS 195 (76.56% from 255) = 29.95%

R = 36.71%
G = 33.33%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFD9C3 (or 0xEFD9C3) is known color: Almond. HEX triplet: EF, D9 and C3. RGB value is (239,217,195). Sum of RGB (Red+Green+Blue) = 239+217+195=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 195 (76.56% from 255 or 29.95% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9C3 is #10263C. Grayscale: #DDDDDD. Windows color (decimal): -1058365 or 12835311. OLE color: 12835311.

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

Color convert

RGB 239 217 195 -
CMYK 0 0.09 0.18 0.06
HSL 30º 0.58% 0.85% -
HSV(B) 30º 0.18% 0.94% -
XYZ 70.26 71.92 61.81 -
YUV 221.07 113.29 140.79 -
System Red Green Blue C M Y K H S L
Decimal 239 217 195 0 0.09 0.18 0.06 30 0.58 0.85
Hex EF D9 C3 0 9 12 6 1E 3A 55
Octal 357 331 303 0 11 22 6 36 72 125
Binary 11101111 11011001 11000011 0 1001 10010 110 11110 111010 1010101

Color Harmonies of #EFD9C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD9C3

Black with #EFD9C3

Text Example


Text Example

White with #EFD9C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD9C3; }

 p { color: rgb(239,217,195); }

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

background-color css

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

 a { background-color: rgb(239,217,195); }

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

border-color css

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

 span { border-color: rgb(239,217,195); }

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