#EEEAC4

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

Shades of Half And Half #EEEAC4

Tints of Half And Half #EEEAC4

Color information

#EEEAC4 (or 0xEEEAC4) is unknown color: approx Half And Half. HEX triplet: EE, EA and C4. RGB value is (238,234,196). Sum of RGB (Red+Green+Blue) = 238+234+196=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 234 (91.80% from 255 or 35.03% from 668); Blue value is 196 (76.95% from 255 or 29.34% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEAC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEAC4 is #11153B. Grayscale: #E7E7E7. Windows color (decimal): -1119548 or 12905198. OLE color: 12905198.

HSL color Cylindrical-coordinate representation of color #EEEAC4: hue angle of 54.29º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEEAC4 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB238234196-
CMYK00.020.180.07
HSL54.29º55.26%85.1%-
HSV(B)54.29º17.65%93.33%-
XYZ74.6581.0163.93-
YUV230.86108.33133.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.63%
GREEN value IS 234 (91.80% from 255) = 35.03%
BLUE value IS 196 (76.95% from 255) = 29.34%
R=35.63%
G=35.03%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823419600.020.180.0754.2955.2685.1
HexEEEAC402127363755
Octal356352304022276667125
Binary111011101110101011000100010100101111101101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEAC4; }

 p { color: rgb(238,234,196); }

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

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

 a { background-color: rgb(238,234,196); }

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

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

 span { border-color: rgb(238,234,196); }

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