#EAD2BE

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

Shades of Almond #EAD2BE

Tints of Almond #EAD2BE

Color information

#EAD2BE (or 0xEAD2BE) is unknown color: approx Almond. HEX triplet: EA, D2 and BE. RGB value is (234,210,190). Sum of RGB (Red+Green+Blue) = 234+210+190=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 190 (74.61% from 255 or 29.97% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD2BE is #152D41. Grayscale: #D7D7D7. Windows color (decimal): -1387842 or 12505834. OLE color: 12505834.

HSL color Cylindrical-coordinate representation of color #EAD2BE: hue angle of 27.27º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EAD2BE is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB234210190-
CMYK00.100.190.08
HSL27.27º51.16%83.14%-
HSV(B)27.27º18.8%91.76%-
XYZ66.2767.358.21-
YUV214.9113.95141.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.91%
GREEN value IS 210 (82.42% from 255) = 33.12%
BLUE value IS 190 (74.61% from 255) = 29.97%
R=36.91%
G=33.12%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421019000.100.190.0827.2751.1683.14
HexEAD2BE0A1381b3353
Octal35232227601223103363123
Binary11101010110100101011111001010100111000110111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD2BE; }

 p { color: rgb(234,210,190); }

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

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

 a { background-color: rgb(234,210,190); }

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

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

 span { border-color: rgb(234,210,190); }

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