#EFE9CA

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

Shades of Half And Half #EFE9CA

Tints of Half And Half #EFE9CA

Color information

#EFE9CA (or 0xEFE9CA) is unknown color: approx Half And Half. HEX triplet: EF, E9 and CA. RGB value is (239,233,202). Sum of RGB (Red+Green+Blue) = 239+233+202=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 233 (91.41% from 255 or 34.57% from 674); Blue value is 202 (79.30% from 255 or 29.97% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9CA is #101635. Grayscale: #E7E7E7. Windows color (decimal): -1054262 or 13298159. OLE color: 13298159.

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

Color convert

RGB239233202-
CMYK00.030.150.06
HSL50.27º53.62%86.47%-
HSV(B)50.27º15.48%93.73%-
XYZ75.480.8967.52-
YUV231.26111.49133.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.46%
GREEN value IS 233 (91.41% from 255) = 34.57%
BLUE value IS 202 (79.30% from 255) = 29.97%
R=35.46%
G=34.57%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923320200.030.150.0650.2753.6286.47
HexEFE9CA03F6323656
Octal357351312031766266126
Binary11101111111010011100101001111111101100101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE9CA; }

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

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

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

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

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

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

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

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