#EFE9C0

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

Shades of Half And Half #EFE9C0

Tints of Half And Half #EFE9C0

Color information

#EFE9C0 (or 0xEFE9C0) is unknown color: approx Half And Half. HEX triplet: EF, E9 and C0. RGB value is (239,233,192). Sum of RGB (Red+Green+Blue) = 239+233+192=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 233 (91.41% from 255 or 35.09% from 664); Blue value is 192 (75.39% from 255 or 28.92% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9C0 is #10163F. Grayscale: #E6E6E6. Windows color (decimal): -1054272 or 12642799. OLE color: 12642799.

HSL color Cylindrical-coordinate representation of color #EFE9C0: hue angle of 52.34º 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 #EFE9C0 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239233192-
CMYK00.030.200.06
HSL52.34º59.49%84.51%-
HSV(B)52.34º19.67%93.73%-
XYZ74.2580.4361.48-
YUV230.12106.49134.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.99%
GREEN value IS 233 (91.41% from 255) = 35.09%
BLUE value IS 192 (75.39% from 255) = 28.92%
R=35.99%
G=35.09%
B=28.92%

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
Decimal23923319200.030.200.0652.3459.4984.51
HexEFE9C003146343b55
Octal357351300032466473125
Binary111011111110100111000000011101001101101001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE9C0; }

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

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

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

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

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

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

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

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