#EFE8C0

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

Shades of Half And Half #EFE8C0

Tints of Half And Half #EFE8C0

Color information

#EFE8C0 (or 0xEFE8C0) is unknown color: approx Half And Half. HEX triplet: EF, E8 and C0. RGB value is (239,232,192). Sum of RGB (Red+Green+Blue) = 239+232+192=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 232 (91.02% from 255 or 34.99% from 663); Blue value is 192 (75.39% from 255 or 28.96% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE8C0 is #10173F. Grayscale: #E5E5E5. Windows color (decimal): -1054528 or 12642543. OLE color: 12642543.

HSL color Cylindrical-coordinate representation of color #EFE8C0: hue angle of 51.06º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFE8C0 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239232192-
CMYK00.030.200.06
HSL51.06º59.49%84.51%-
HSV(B)51.06º19.67%93.73%-
XYZ73.9779.8761.39-
YUV229.53106.82134.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.05%
GREEN value IS 232 (91.02% from 255) = 34.99%
BLUE value IS 192 (75.39% from 255) = 28.96%
R=36.05%
G=34.99%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923219200.030.200.0651.0659.4984.51
HexEFE8C003146333b55
Octal357350300032466373125
Binary111011111110100011000000011101001101100111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE8C0; }

 p { color: rgb(239,232,192); }

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

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

 a { background-color: rgb(239,232,192); }

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

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

 span { border-color: rgb(239,232,192); }

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