#EFEBCB

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

Shades of Half And Half #EFEBCB

Tints of Half And Half #EFEBCB

Color information

#EFEBCB (or 0xEFEBCB) is unknown color: approx Half And Half. HEX triplet: EF, EB and CB. RGB value is (239,235,203). Sum of RGB (Red+Green+Blue) = 239+235+203=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 235 (92.19% from 255 or 34.71% from 677); Blue value is 203 (79.69% from 255 or 29.99% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBCB is #101434. Grayscale: #E8E8E8. Windows color (decimal): -1053749 or 13364207. OLE color: 13364207.

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

Color convert

RGB239235203-
CMYK00.020.150.06
HSL53.33º52.94%86.67%-
HSV(B)53.33º15.06%93.73%-
XYZ76.0882.0868.33-
YUV232.55111.33132.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.30%
GREEN value IS 235 (92.19% from 255) = 34.71%
BLUE value IS 203 (79.69% from 255) = 29.99%
R=35.30%
G=34.71%
B=29.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923520300.020.150.0653.3352.9486.67
HexEFEBCB02F6353557
Octal357353313021766565127
Binary11101111111010111100101101011111101101011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBCB; }

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

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

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

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

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

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

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

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