#EFE9C4

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

Shades of Half And Half #EFE9C4

Tints of Half And Half #EFE9C4

Color information

#EFE9C4 (or 0xEFE9C4) is unknown color: approx Half And Half. HEX triplet: EF, E9 and C4. RGB value is (239,233,196). Sum of RGB (Red+Green+Blue) = 239+233+196=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 233 (91.41% from 255 or 34.88% from 668); Blue value is 196 (76.95% from 255 or 29.34% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9C4 is #10163B. Grayscale: #E6E6E6. Windows color (decimal): -1054268 or 12904943. OLE color: 12904943.

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

Color convert

RGB239233196-
CMYK00.030.180.06
HSL51.63º57.33%85.29%-
HSV(B)51.63º17.99%93.73%-
XYZ74.780.6163.85-
YUV230.58108.49134.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.78%
GREEN value IS 233 (91.41% from 255) = 34.88%
BLUE value IS 196 (76.95% from 255) = 29.34%
R=35.78%
G=34.88%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923319600.030.180.0651.6357.3385.29
HexEFE9C403126343955
Octal357351304032266471125
Binary111011111110100111000100011100101101101001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE9C4; }

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

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

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

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

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

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

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

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