#EFDACA

Color #EFDACA Almond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Almond #EFDACA

Tints of Almond #EFDACA

Color information

#EFDACA (or 0xEFDACA) is unknown color: approx Almond. HEX triplet: EF, DA and CA. RGB value is (239,218,202). Sum of RGB (Red+Green+Blue) = 239+218+202=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDACA is #102535. Grayscale: #DEDEDE. Windows color (decimal): -1058102 or 13294319. OLE color: 13294319.

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

Color convert

RGB239218202-
CMYK00.090.150.06
HSL25.95º53.62%86.47%-
HSV(B)25.95º15.48%93.73%-
XYZ71.3372.7666.16-
YUV222.46116.46139.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.27%
GREEN value IS 218 (85.55% from 255) = 33.08%
BLUE value IS 202 (79.30% from 255) = 30.65%
R=36.27%
G=33.08%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921820200.090.150.0625.9553.6286.47
HexEFDACA09F61a3656
Octal3573323120111763266126
Binary111011111101101011001010010011111110110101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDACA; }

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

 H1.HeaderClassName
 {
   color: #EFDACA;
 }
 .AnyTagClassName
 {
   color: #EFDACA;
 }
</style>
background-color css

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

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

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

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

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

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