#EFEAC6

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

Shades of Half And Half #EFEAC6

Tints of Half And Half #EFEAC6

Color information

#EFEAC6 (or 0xEFEAC6) is unknown color: approx Half And Half. HEX triplet: EF, EA and C6. RGB value is (239,234,198). Sum of RGB (Red+Green+Blue) = 239+234+198=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 198 (77.73% from 255 or 29.51% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEAC6 is #101539. Grayscale: #E7E7E7. Windows color (decimal): -1054010 or 13036271. OLE color: 13036271.

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

Color convert

RGB239234198-
CMYK00.020.170.06
HSL52.68º56.16%85.69%-
HSV(B)52.68º17.15%93.73%-
XYZ75.2181.2765.15-
YUV231.39109.16133.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.62%
GREEN value IS 234 (91.80% from 255) = 34.87%
BLUE value IS 198 (77.73% from 255) = 29.51%
R=35.62%
G=34.87%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923419800.020.170.0652.6856.1685.69
HexEFEAC602116353856
Octal357352306022166570126
Binary111011111110101011000110010100011101101011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEAC6; }

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

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

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

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

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

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

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

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