#EDD5C4

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

Shades of Almond #EDD5C4

Tints of Almond #EDD5C4

Color information

#EDD5C4 (or 0xEDD5C4) is unknown color: approx Almond. HEX triplet: ED, D5 and C4. RGB value is (237,213,196). Sum of RGB (Red+Green+Blue) = 237+213+196=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 213 (83.59% from 255 or 32.97% from 646); Blue value is 196 (76.95% from 255 or 30.34% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD5C4 is #122A3B. Grayscale: #DADADA. Windows color (decimal): -1190460 or 12899821. OLE color: 12899821.

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

Color convert

RGB237213196-
CMYK00.100.170.07
HSL24.88º53.25%84.9%-
HSV(B)24.88º17.3%92.94%-
XYZ68.6869.5862.03-
YUV218.24115.45141.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.69%
GREEN value IS 213 (83.59% from 255) = 32.97%
BLUE value IS 196 (76.95% from 255) = 30.34%
R=36.69%
G=32.97%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721319600.100.170.0724.8853.2584.9
HexEDD5C40A117193555
Octal3553253040122173165125
Binary1110110111010101110001000101010001111110011101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD5C4; }

 p { color: rgb(237,213,196); }

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

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

 a { background-color: rgb(237,213,196); }

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

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

 span { border-color: rgb(237,213,196); }

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