#EFEABB

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

Shades of Half And Half #EFEABB

Tints of Half And Half #EFEABB

Color information

#EFEABB (or 0xEFEABB) is unknown color: approx Half And Half. HEX triplet: EF, EA and BB. RGB value is (239,234,187). Sum of RGB (Red+Green+Blue) = 239+234+187=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 187 (73.44% from 255 or 28.33% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEABB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEABB is #101544. Grayscale: #E6E6E6. Windows color (decimal): -1054021 or 12315375. OLE color: 12315375.

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

Color convert

RGB239234187-
CMYK00.020.220.06
HSL54.23º61.9%83.53%-
HSV(B)54.23º21.76%93.73%-
XYZ73.9980.7858.71-
YUV230.14103.66134.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.21%
GREEN value IS 234 (91.80% from 255) = 35.45%
BLUE value IS 187 (73.44% from 255) = 28.33%
R=36.21%
G=35.45%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923418700.020.220.0654.2361.983.53
HexEFEABB02166363e54
Octal357352273022666676124
Binary111011111110101010111011010101101101101101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEABB; }

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

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

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

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

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

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

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

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