#E8E6CA

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

Shades of Half And Half #E8E6CA

Tints of Half And Half #E8E6CA

Color information

#E8E6CA (or 0xE8E6CA) is unknown color: approx Half And Half. HEX triplet: E8, E6 and CA. RGB value is (232,230,202). Sum of RGB (Red+Green+Blue) = 232+230+202=664 (87% of max value = 765). Red value is 232 (91.02% from 255 or 34.94% from 664); Green value is 230 (90.23% from 255 or 34.64% from 664); Blue value is 202 (79.30% from 255 or 30.42% from 664); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E6CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8E6CA is #171935. Grayscale: #E3E3E3. Windows color (decimal): -1513782 or 13297384. OLE color: 13297384.

HSL color Cylindrical-coordinate representation of color #E8E6CA: hue angle of 56º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8E6CA is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB232230202-
CMYK00.010.130.09
HSL56º39.47%85.1%-
HSV(B)56º12.93%90.98%-
XYZ72.2478.0167.13-
YUV227.41113.66131.28-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.94%
GREEN value IS 230 (90.23% from 255) = 34.64%
BLUE value IS 202 (79.30% from 255) = 30.42%
R=34.94%
G=34.64%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23223020200.010.130.095639.4785.1
HexE8E6CA01D9382755
Octal3503463120115117047125
Binary11101000111001101100101001110110011110001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E6CA; }

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

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

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

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

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

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

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

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