#EFDCC4

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

Shades of Almond #EFDCC4

Tints of Almond #EFDCC4

Color information

#EFDCC4 (or 0xEFDCC4) is unknown color: approx Almond. HEX triplet: EF, DC and C4. RGB value is (239,220,196). Sum of RGB (Red+Green+Blue) = 239+220+196=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 196 (76.95% from 255 or 29.92% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCC4 is #10233B. Grayscale: #DFDFDF. Windows color (decimal): -1057596 or 12901615. OLE color: 12901615.

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

Color convert

RGB239220196-
CMYK00.080.180.06
HSL33.49º57.33%85.29%-
HSV(B)33.49º17.99%93.73%-
XYZ71.1573.5262.67-
YUV222.94112.79139.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.49%
GREEN value IS 220 (86.33% from 255) = 33.59%
BLUE value IS 196 (76.95% from 255) = 29.92%
R=36.49%
G=33.59%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922019600.080.180.0633.4957.3385.29
HexEFDCC408126213955
Octal3573343040102264171125
Binary11101111110111001100010001000100101101000011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCC4; }

 p { color: rgb(239,220,196); }

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

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

 a { background-color: rgb(239,220,196); }

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

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

 span { border-color: rgb(239,220,196); }

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