#EFEAC2

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

Shades of Half And Half #EFEAC2

Tints of Half And Half #EFEAC2

Color information

#EFEAC2 (or 0xEFEAC2) is unknown color: approx Half And Half. HEX triplet: EF, EA and C2. RGB value is (239,234,194). Sum of RGB (Red+Green+Blue) = 239+234+194=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 194 (76.17% from 255 or 29.09% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEAC2 is #10153D. Grayscale: #E7E7E7. Windows color (decimal): -1054014 or 12774127. OLE color: 12774127.

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

Color convert

RGB239234194-
CMYK00.020.190.06
HSL53.33º58.44%84.9%-
HSV(B)53.33º18.83%93.73%-
XYZ74.7681.0962.75-
YUV230.94107.16133.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.83%
GREEN value IS 234 (91.80% from 255) = 35.08%
BLUE value IS 194 (76.17% from 255) = 29.09%
R=35.83%
G=35.08%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923419400.020.190.0653.3358.4484.9
HexEFEAC202136353a55
Octal357352302022366572125
Binary111011111110101011000010010100111101101011110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEAC2; }

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

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

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

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

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

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

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

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