#EFEABD

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

Shades of Half And Half #EFEABD

Tints of Half And Half #EFEABD

Color information

#EFEABD (or 0xEFEABD) is unknown color: approx Half And Half. HEX triplet: EF, EA and BD. RGB value is (239,234,189). Sum of RGB (Red+Green+Blue) = 239+234+189=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 189 (74.22% from 255 or 28.55% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEABD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEABD is #101542. Grayscale: #E6E6E6. Windows color (decimal): -1054019 or 12446447. OLE color: 12446447.

HSL color Cylindrical-coordinate representation of color #EFEABD: hue angle of 54º degrees, saturation: 0.61, 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 #EFEABD is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB239234189-
CMYK00.020.210.06
HSL54º60.98%83.92%-
HSV(B)54º20.92%93.73%-
XYZ74.280.8759.84-
YUV230.36104.66134.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.10%
GREEN value IS 234 (91.80% from 255) = 35.35%
BLUE value IS 189 (74.22% from 255) = 28.55%
R=36.10%
G=35.35%
B=28.55%

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
Decimal23923418900.020.210.065460.9883.92
HexEFEABD02156363d54
Octal357352275022566675124
Binary111011111110101010111101010101011101101101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEABD; }

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

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

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

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

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

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

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

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