#EFE9C1

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

Shades of Half And Half #EFE9C1

Tints of Half And Half #EFE9C1

Color information

#EFE9C1 (or 0xEFE9C1) is unknown color: approx Half And Half. HEX triplet: EF, E9 and C1. RGB value is (239,233,193). Sum of RGB (Red+Green+Blue) = 239+233+193=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 233 (91.41% from 255 or 35.04% from 665); Blue value is 193 (75.78% from 255 or 29.02% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9C1 is #10163E. Grayscale: #E6E6E6. Windows color (decimal): -1054271 or 12708335. OLE color: 12708335.

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

Color convert

RGB239233193-
CMYK00.030.190.06
HSL52.17º58.97%84.71%-
HSV(B)52.17º19.25%93.73%-
XYZ74.3680.4862.07-
YUV230.23106.99134.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.94%
GREEN value IS 233 (91.41% from 255) = 35.04%
BLUE value IS 193 (75.78% from 255) = 29.02%
R=35.94%
G=35.04%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923319300.030.190.0652.1758.9784.71
HexEFE9C103136343b55
Octal357351301032366473125
Binary111011111110100111000001011100111101101001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE9C1; }

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

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

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

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

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

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

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

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