Html Css Color HEX #EFDAC5 Almond

📋 copy color: '#EFDAC5'

red 239 ◦ green 218 ◦ blue 197

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

Shades of Almond #EFDAC5

Tints of Almond #EFDAC5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.33%

 BLUE value IS 197 (77.34% from 255) = 30.12%

R = 36.54%
G = 33.33%
B = 30.12%

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

#EFDAC5 (or 0xEFDAC5) is known color: Almond. HEX triplet: EF, DA and C5. RGB value is (239,218,197). Sum of RGB (Red+Green+Blue) = 239+218+197=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 197 (77.34% from 255 or 30.12% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAC5 is #10253A. Grayscale: #DDDDDD. Windows color (decimal): -1058107 or 12966639. OLE color: 12966639.

HSL color Cylindrical-coordinate representation of color #EFDAC5: hue angle of 30º degrees, saturation: 0.57, 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 #EFDAC5 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 218 197 -
CMYK 0 0.09 0.18 0.06
HSL 30º 0.57% 0.85% -
HSV(B) 30º 0.18% 0.94% -
XYZ 70.75 72.52 63.09 -
YUV 221.89 113.96 140.21 -
System Red Green Blue C M Y K H S L
Decimal 239 218 197 0 0.09 0.18 0.06 30 0.57 0.85
Hex EF DA C5 0 9 12 6 1E 39 55
Octal 357 332 305 0 11 22 6 36 71 125
Binary 11101111 11011010 11000101 0 1001 10010 110 11110 111001 1010101

Color Harmonies of #EFDAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDAC5

Black with #EFDAC5

Text Example


Text Example

White with #EFDAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDAC5; }

 p { color: rgb(239,218,197); }

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

background-color css

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

 a { background-color: rgb(239,218,197); }

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

border-color css

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

 span { border-color: rgb(239,218,197); }

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