#EFEACA

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

Shades of Half And Half #EFEACA

Tints of Half And Half #EFEACA

Color information

#EFEACA (or 0xEFEACA) is unknown color: approx Half And Half. HEX triplet: EF, EA and CA. RGB value is (239,234,202). Sum of RGB (Red+Green+Blue) = 239+234+202=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 234 (91.80% from 255 or 34.67% from 675); Blue value is 202 (79.30% from 255 or 29.93% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEACA is #101535. Grayscale: #E7E7E7. Windows color (decimal): -1054006 or 13298415. OLE color: 13298415.

HSL color Cylindrical-coordinate representation of color #EFEACA: hue angle of 51.89º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFEACA is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239234202-
CMYK00.020.150.06
HSL51.89º53.62%86.47%-
HSV(B)51.89º15.48%93.73%-
XYZ75.6881.4667.61-
YUV231.85111.16133.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.41%
GREEN value IS 234 (91.80% from 255) = 34.67%
BLUE value IS 202 (79.30% from 255) = 29.93%
R=35.41%
G=34.67%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923420200.020.150.0651.8953.6286.47
HexEFEACA02F6343656
Octal357352312021766466126
Binary11101111111010101100101001011111101101001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEACA; }

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

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

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

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

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

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

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

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