#EFEABF

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

Shades of Half And Half #EFEABF

Tints of Half And Half #EFEABF

Color information

#EFEABF (or 0xEFEABF) is unknown color: approx Half And Half. HEX triplet: EF, EA and BF. RGB value is (239,234,191). Sum of RGB (Red+Green+Blue) = 239+234+191=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 191 (75% from 255 or 28.77% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEABF is #101540. Grayscale: #E6E6E6. Windows color (decimal): -1054017 or 12577519. OLE color: 12577519.

HSL color Cylindrical-coordinate representation of color #EFEABF: hue angle of 53.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFEABF is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239234191-
CMYK00.020.200.06
HSL53.75º60%84.31%-
HSV(B)53.75º20.08%93.73%-
XYZ74.4280.9660.99-
YUV230.59105.66134-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.99%
GREEN value IS 234 (91.80% from 255) = 35.24%
BLUE value IS 191 (75% from 255) = 28.77%
R=35.99%
G=35.24%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923419100.020.200.0653.756084.31
HexEFEABF02146363c54
Octal357352277022466674124
Binary111011111110101010111111010101001101101101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEABF; }

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

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

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

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

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

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

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

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