#EFEBC7

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

Shades of Half And Half #EFEBC7

Tints of Half And Half #EFEBC7

Color information

#EFEBC7 (or 0xEFEBC7) is unknown color: approx Half And Half. HEX triplet: EF, EB and C7. RGB value is (239,235,199). Sum of RGB (Red+Green+Blue) = 239+235+199=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 235 (92.19% from 255 or 34.92% from 673); Blue value is 199 (78.12% from 255 or 29.57% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBC7 is #101438. Grayscale: #E8E8E8. Windows color (decimal): -1053753 or 13102063. OLE color: 13102063.

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

Color convert

RGB239235199-
CMYK00.020.170.06
HSL54º55.56%85.88%-
HSV(B)54º16.74%93.73%-
XYZ75.6181.8965.85-
YUV232.09109.33132.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.51%
GREEN value IS 235 (92.19% from 255) = 34.92%
BLUE value IS 199 (78.12% from 255) = 29.57%
R=35.51%
G=34.92%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923519900.020.170.065455.5685.88
HexEFEBC702116363856
Octal357353307022166670126
Binary111011111110101111000111010100011101101101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBC7; }

 p { color: rgb(239,235,199); }

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

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

 a { background-color: rgb(239,235,199); }

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

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

 span { border-color: rgb(239,235,199); }

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