#EFEAC5

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

Shades of Half And Half #EFEAC5

Tints of Half And Half #EFEAC5

Color information

#EFEAC5 (or 0xEFEAC5) is unknown color: approx Half And Half. HEX triplet: EF, EA and C5. RGB value is (239,234,197). Sum of RGB (Red+Green+Blue) = 239+234+197=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 197 (77.34% from 255 or 29.40% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEAC5 is #10153A. Grayscale: #E7E7E7. Windows color (decimal): -1054011 or 12970735. OLE color: 12970735.

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

Color convert

RGB239234197-
CMYK00.020.180.06
HSL52.86º56.76%85.49%-
HSV(B)52.86º17.57%93.73%-
XYZ75.181.2364.54-
YUV231.28108.66133.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.67%
GREEN value IS 234 (91.80% from 255) = 34.93%
BLUE value IS 197 (77.34% from 255) = 29.40%
R=35.67%
G=34.93%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923419700.020.180.0652.8656.7685.49
HexEFEAC502126353955
Octal357352305022266571125
Binary111011111110101011000101010100101101101011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEAC5; }

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

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

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

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

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

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

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

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