#EAE6CA

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

Shades of Half And Half #EAE6CA

Tints of Half And Half #EAE6CA

Color information

#EAE6CA (or 0xEAE6CA) is unknown color: approx Half And Half. HEX triplet: EA, E6 and CA. RGB value is (234,230,202). Sum of RGB (Red+Green+Blue) = 234+230+202=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 230 (90.23% from 255 or 34.53% from 666); Blue value is 202 (79.30% from 255 or 30.33% from 666); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE6CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE6CA is #151935. Grayscale: #E4E4E4. Windows color (decimal): -1382710 or 13297386. OLE color: 13297386.

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

Color convert

RGB234230202-
CMYK00.020.140.08
HSL52.5º43.24%85.49%-
HSV(B)52.5º13.68%91.76%-
XYZ72.8978.3567.16-
YUV228113.33132.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.14%
GREEN value IS 230 (90.23% from 255) = 34.53%
BLUE value IS 202 (79.30% from 255) = 30.33%
R=35.14%
G=34.53%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423020200.020.140.0852.543.2485.49
HexEAE6CA02E8342b55
Octal3523463120216106453125
Binary111010101110011011001010010111010001101001010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE6CA; }

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

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

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

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

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

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

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

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