#EFEACC

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

Shades of Half And Half #EFEACC

Tints of Half And Half #EFEACC

Color information

#EFEACC (or 0xEFEACC) is unknown color: approx Half And Half. HEX triplet: EF, EA and CC. RGB value is (239,234,204). Sum of RGB (Red+Green+Blue) = 239+234+204=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 234 (91.80% from 255 or 34.56% from 677); Blue value is 204 (80.08% from 255 or 30.13% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEACC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEACC is #101533. Grayscale: #E8E8E8. Windows color (decimal): -1054004 or 13429487. OLE color: 13429487.

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

Color convert

RGB239234204-
CMYK00.020.150.06
HSL51.43º52.24%86.86%-
HSV(B)51.43º14.64%93.73%-
XYZ75.9281.5668.87-
YUV232.08112.16132.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.30%
GREEN value IS 234 (91.80% from 255) = 34.56%
BLUE value IS 204 (80.08% from 255) = 30.13%
R=35.30%
G=34.56%
B=30.13%

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
Decimal23923420400.020.150.0651.4352.2486.86
HexEFEACC02F6333457
Octal357352314021766364127
Binary11101111111010101100110001011111101100111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEACC; }

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

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

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

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

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

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

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

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