#EFEABE

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

Shades of Half And Half #EFEABE

Tints of Half And Half #EFEABE

Color information

#EFEABE (or 0xEFEABE) is unknown color: approx Half And Half. HEX triplet: EF, EA and BE. RGB value is (239,234,190). Sum of RGB (Red+Green+Blue) = 239+234+190=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 190 (74.61% from 255 or 28.66% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEABE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEABE is #101541. Grayscale: #E6E6E6. Windows color (decimal): -1054018 or 12511983. OLE color: 12511983.

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

Color convert

RGB239234190-
CMYK00.020.210.06
HSL53.88º60.49%84.12%-
HSV(B)53.88º20.5%93.73%-
XYZ74.3180.9160.42-
YUV230.48105.16134.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.05%
GREEN value IS 234 (91.80% from 255) = 35.29%
BLUE value IS 190 (74.61% from 255) = 28.66%
R=36.05%
G=35.29%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923419000.020.210.0653.8860.4984.12
HexEFEABE02156363c54
Octal357352276022566674124
Binary111011111110101010111110010101011101101101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEABE; }

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

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

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

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

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

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

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

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