#EAE5BE

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

Shades of Half And Half #EAE5BE

Tints of Half And Half #EAE5BE

Color information

#EAE5BE (or 0xEAE5BE) is unknown color: approx Half And Half. HEX triplet: EA, E5 and BE. RGB value is (234,229,190). Sum of RGB (Red+Green+Blue) = 234+229+190=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 190 (74.61% from 255 or 29.10% from 653); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE5BE is #151A41. Grayscale: #E2E2E2. Windows color (decimal): -1382978 or 12510698. OLE color: 12510698.

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

Color convert

RGB234229190-
CMYK00.020.190.08
HSL53.18º51.16%83.14%-
HSV(B)53.18º18.8%91.76%-
XYZ71.2577.2559.87-
YUV226.05107.66133.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.83%
GREEN value IS 229 (89.84% from 255) = 35.07%
BLUE value IS 190 (74.61% from 255) = 29.10%
R=35.83%
G=35.07%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422919000.020.190.0853.1851.1683.14
HexEAE5BE02138353353
Octal3523452760223106563123
Binary1110101011100101101111100101001110001101011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE5BE; }

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

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

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

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

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

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

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

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