#EFECCA

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

Shades of Half And Half #EFECCA

Tints of Half And Half #EFECCA

Color information

#EFECCA (or 0xEFECCA) is unknown color: approx Half And Half. HEX triplet: EF, EC and CA. RGB value is (239,236,202). Sum of RGB (Red+Green+Blue) = 239+236+202=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 236 (92.58% from 255 or 34.86% from 677); Blue value is 202 (79.30% from 255 or 29.84% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECCA is #101335. Grayscale: #E9E9E9. Windows color (decimal): -1053494 or 13298927. OLE color: 13298927.

HSL color Cylindrical-coordinate representation of color #EFECCA: hue angle of 55.14º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFECCA is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239236202-
CMYK00.010.150.06
HSL55.14º53.62%86.47%-
HSV(B)55.14º15.48%93.73%-
XYZ76.2582.6167.8-
YUV233.02110.49132.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.30%
GREEN value IS 236 (92.58% from 255) = 34.86%
BLUE value IS 202 (79.30% from 255) = 29.84%
R=35.30%
G=34.86%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923620200.010.150.0655.1453.6286.47
HexEFECCA01F6373656
Octal357354312011766766126
Binary1110111111101100110010100111111101101111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFECCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFECCA; }

 p { color: rgb(239,236,202); }

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

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

 a { background-color: rgb(239,236,202); }

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

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

 span { border-color: rgb(239,236,202); }

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