#EAE6BD

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

Shades of Half And Half #EAE6BD

Tints of Half And Half #EAE6BD

Color information

#EAE6BD (or 0xEAE6BD) is unknown color: approx Half And Half. HEX triplet: EA, E6 and BD. RGB value is (234,230,189). Sum of RGB (Red+Green+Blue) = 234+230+189=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 230 (90.23% from 255 or 35.22% from 653); Blue value is 189 (74.22% from 255 or 28.94% from 653); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE6BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE6BD is #151942. Grayscale: #E2E2E2. Windows color (decimal): -1382723 or 12445418. OLE color: 12445418.

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

Color convert

RGB234230189-
CMYK00.020.190.08
HSL54.67º51.72%82.94%-
HSV(B)54.67º19.23%91.76%-
XYZ71.4177.7659.39-
YUV226.52106.83133.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.83%
GREEN value IS 230 (90.23% from 255) = 35.22%
BLUE value IS 189 (74.22% from 255) = 28.94%
R=35.83%
G=35.22%
B=28.94%

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
Decimal23423018900.020.190.0854.6751.7282.94
HexEAE6BD02138373453
Octal3523462750223106764123
Binary1110101011100110101111010101001110001101111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE6BD; }

 p { color: rgb(234,230,189); }

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

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

 a { background-color: rgb(234,230,189); }

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

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

 span { border-color: rgb(234,230,189); }

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