#EED7C4

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

Shades of Almond #EED7C4

Tints of Almond #EED7C4

Color information

#EED7C4 (or 0xEED7C4) is unknown color: approx Almond. HEX triplet: EE, D7 and C4. RGB value is (238,215,196). Sum of RGB (Red+Green+Blue) = 238+215+196=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 215 (84.38% from 255 or 33.13% from 649); Blue value is 196 (76.95% from 255 or 30.20% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED7C4 is #11283B. Grayscale: #DBDBDB. Windows color (decimal): -1124412 or 12900334. OLE color: 12900334.

HSL color Cylindrical-coordinate representation of color #EED7C4: hue angle of 27.14º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EED7C4 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB238215196-
CMYK00.100.180.07
HSL27.14º55.26%85.1%-
HSV(B)27.14º17.65%93.33%-
XYZ69.5270.7662.22-
YUV219.71114.62141.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.67%
GREEN value IS 215 (84.38% from 255) = 33.13%
BLUE value IS 196 (76.95% from 255) = 30.20%
R=36.67%
G=33.13%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821519600.100.180.0727.1455.2685.1
HexEED7C40A1271b3755
Octal3563273040122273367125
Binary1110111011010111110001000101010010111110111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED7C4; }

 p { color: rgb(238,215,196); }

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

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

 a { background-color: rgb(238,215,196); }

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

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

 span { border-color: rgb(238,215,196); }

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