#EFE4C9

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

Shades of Pearl Lusta #EFE4C9

Tints of Pearl Lusta #EFE4C9

Color information

#EFE4C9 (or 0xEFE4C9) is unknown color: approx Pearl Lusta. HEX triplet: EF, E4 and C9. RGB value is (239,228,201). Sum of RGB (Red+Green+Blue) = 239+228+201=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 228 (89.45% from 255 or 34.13% from 668); Blue value is 201 (78.91% from 255 or 30.09% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4C9 is #101B36. Grayscale: #E4E4E4. Windows color (decimal): -1055543 or 13231343. OLE color: 13231343.

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

Color convert

RGB239228201-
CMYK00.050.160.06
HSL42.63º54.29%86.27%-
HSV(B)42.63º15.9%93.73%-
XYZ73.8878.0566.43-
YUV228.21112.64135.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.78%
GREEN value IS 228 (89.45% from 255) = 34.13%
BLUE value IS 201 (78.91% from 255) = 30.09%
R=35.78%
G=34.13%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922820100.050.160.0642.6354.2986.27
HexEFE4C9051062b3656
Octal357344311052065366126
Binary1110111111100100110010010101100001101010111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE4C9; }

 p { color: rgb(239,228,201); }

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

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

 a { background-color: rgb(239,228,201); }

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

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

 span { border-color: rgb(239,228,201); }

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