#EAE6CC

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

Shades of Half And Half #EAE6CC

Tints of Half And Half #EAE6CC

Color information

#EAE6CC (or 0xEAE6CC) is unknown color: approx Half And Half. HEX triplet: EA, E6 and CC. RGB value is (234,230,204). Sum of RGB (Red+Green+Blue) = 234+230+204=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 230 (90.23% from 255 or 34.43% from 668); Blue value is 204 (80.08% from 255 or 30.54% from 668); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE6CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE6CC is #151933. Grayscale: #E4E4E4. Windows color (decimal): -1382708 or 13428458. OLE color: 13428458.

HSL color Cylindrical-coordinate representation of color #EAE6CC: hue angle of 52º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EAE6CC is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB234230204-
CMYK00.020.130.08
HSL52º41.67%85.88%-
HSV(B)52º12.82%91.76%-
XYZ73.1378.4568.41-
YUV228.23114.33132.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.03%
GREEN value IS 230 (90.23% from 255) = 34.43%
BLUE value IS 204 (80.08% from 255) = 30.54%
R=35.03%
G=34.43%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423020400.020.130.085241.6785.88
HexEAE6CC02D8342a56
Octal3523463140215106452126
Binary111010101110011011001100010110110001101001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE6CC; }

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

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

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

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

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

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

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

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