#EFE8C4

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

Shades of Half And Half #EFE8C4

Tints of Half And Half #EFE8C4

Color information

#EFE8C4 (or 0xEFE8C4) is unknown color: approx Half And Half. HEX triplet: EF, E8 and C4. RGB value is (239,232,196). Sum of RGB (Red+Green+Blue) = 239+232+196=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 232 (91.02% from 255 or 34.78% from 667); Blue value is 196 (76.95% from 255 or 29.39% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE8C4 is #10173B. Grayscale: #E6E6E6. Windows color (decimal): -1054524 or 12904687. OLE color: 12904687.

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

Color convert

RGB239232196-
CMYK00.030.180.06
HSL50.23º57.33%85.29%-
HSV(B)50.23º17.99%93.73%-
XYZ74.4280.0563.75-
YUV229.99108.82134.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.83%
GREEN value IS 232 (91.02% from 255) = 34.78%
BLUE value IS 196 (76.95% from 255) = 29.39%
R=35.83%
G=34.78%
B=29.39%

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
Decimal23923219600.030.180.0650.2357.3385.29
HexEFE8C403126323955
Octal357350304032266271125
Binary111011111110100011000100011100101101100101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE8C4; }

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

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

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

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

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

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

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

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