#EFE8BE

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

Shades of Half And Half #EFE8BE

Tints of Half And Half #EFE8BE

Color information

#EFE8BE (or 0xEFE8BE) is unknown color: approx Half And Half. HEX triplet: EF, E8 and BE. RGB value is (239,232,190). Sum of RGB (Red+Green+Blue) = 239+232+190=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 232 (91.02% from 255 or 35.10% from 661); Blue value is 190 (74.61% from 255 or 28.74% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE8BE is #101741. Grayscale: #E5E5E5. Windows color (decimal): -1054530 or 12511471. OLE color: 12511471.

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

Color convert

RGB239232190-
CMYK00.030.210.06
HSL51.43º60.49%84.12%-
HSV(B)51.43º20.5%93.73%-
XYZ73.7579.7860.23-
YUV229.3105.82134.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.16%
GREEN value IS 232 (91.02% from 255) = 35.10%
BLUE value IS 190 (74.61% from 255) = 28.74%
R=36.16%
G=35.10%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923219000.030.210.0651.4360.4984.12
HexEFE8BE03156333c54
Octal357350276032566374124
Binary111011111110100010111110011101011101100111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE8BE; }

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

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

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

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

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

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

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

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