#EFEBCD

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

Shades of Half And Half #EFEBCD

Tints of Half And Half #EFEBCD

Color information

#EFEBCD (or 0xEFEBCD) is unknown color: approx Half And Half. HEX triplet: EF, EB and CD. RGB value is (239,235,205). Sum of RGB (Red+Green+Blue) = 239+235+205=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 235 (92.19% from 255 or 34.61% from 679); Blue value is 205 (80.47% from 255 or 30.19% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBCD is #101432. Grayscale: #E8E8E8. Windows color (decimal): -1053747 or 13495279. OLE color: 13495279.

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

Color convert

RGB239235205-
CMYK00.020.140.06
HSL52.94º51.52%87.06%-
HSV(B)52.94º14.23%93.73%-
XYZ76.3282.1869.6-
YUV232.78112.33132.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.20%
GREEN value IS 235 (92.19% from 255) = 34.61%
BLUE value IS 205 (80.47% from 255) = 30.19%
R=35.20%
G=34.61%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923520500.020.140.0652.9451.5287.06
HexEFEBCD02E6353457
Octal357353315021666564127
Binary11101111111010111100110101011101101101011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBCD; }

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

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

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

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

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

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

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

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