#EFE9D9

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

Shades of Half Pearl Lusta #EFE9D9

Tints of Half Pearl Lusta #EFE9D9

Color information

#EFE9D9 (or 0xEFE9D9) is unknown color: approx Half Pearl Lusta. HEX triplet: EF, E9 and D9. RGB value is (239,233,217). Sum of RGB (Red+Green+Blue) = 239+233+217=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 233 (91.41% from 255 or 33.82% from 689); Blue value is 217 (85.16% from 255 or 31.49% from 689); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9D9 is #101626. Grayscale: #E9E9E9. Windows color (decimal): -1054247 or 14281199. OLE color: 14281199.

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

Color convert

RGB239233217-
CMYK00.030.090.06
HSL43.64º40.74%89.41%-
HSV(B)43.64º9.21%93.73%-
XYZ77.2681.6477.33-
YUV232.97118.99132.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.69%
GREEN value IS 233 (91.41% from 255) = 33.82%
BLUE value IS 217 (85.16% from 255) = 31.49%
R=34.69%
G=33.82%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923321700.030.090.0643.6440.7489.41
HexEFE9D903962c2959
Octal357351331031165451131
Binary11101111111010011101100101110011101011001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE9D9; }

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

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

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

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

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

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

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

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