#E8E4CA

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

Shades of Half And Half #E8E4CA

Tints of Half And Half #E8E4CA

Color information

#E8E4CA (or 0xE8E4CA) is unknown color: approx Half And Half. HEX triplet: E8, E4 and CA. RGB value is (232,228,202). Sum of RGB (Red+Green+Blue) = 232+228+202=662 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.05% from 662); Green value is 228 (89.45% from 255 or 34.44% from 662); Blue value is 202 (79.30% from 255 or 30.51% from 662); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8E4CA is #171B35. Grayscale: #E2E2E2. Windows color (decimal): -1514294 or 13296872. OLE color: 13296872.

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

Color convert

RGB232228202-
CMYK00.020.130.09
HSL52º39.47%85.1%-
HSV(B)52º12.93%90.98%-
XYZ71.6876.9166.94-
YUV226.23114.33132.11-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.05%
GREEN value IS 228 (89.45% from 255) = 34.44%
BLUE value IS 202 (79.30% from 255) = 30.51%
R=35.05%
G=34.44%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222820200.020.130.095239.4785.1
HexE8E4CA02D9342755
Octal3503443120215116447125
Binary111010001110010011001010010110110011101001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E4CA; }

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

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

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

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

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

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

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

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