#EFE3C8

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

Shades of Pearl Lusta #EFE3C8

Tints of Pearl Lusta #EFE3C8

Color information

#EFE3C8 (or 0xEFE3C8) is unknown color: approx Pearl Lusta. HEX triplet: EF, E3 and C8. RGB value is (239,227,200). Sum of RGB (Red+Green+Blue) = 239+227+200=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 227 (89.06% from 255 or 34.08% from 666); Blue value is 200 (78.52% from 255 or 30.03% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3C8 is #101C37. Grayscale: #E3E3E3. Windows color (decimal): -1055800 or 13165551. OLE color: 13165551.

HSL color Cylindrical-coordinate representation of color #EFE3C8: hue angle of 41.54º degrees, saturation: 0.55, 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 #EFE3C8 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB239227200-
CMYK00.050.160.06
HSL41.54º54.93%86.08%-
HSV(B)41.54º16.32%93.73%-
XYZ73.4977.4665.72-
YUV227.51112.48136.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.89%
GREEN value IS 227 (89.06% from 255) = 34.08%
BLUE value IS 200 (78.52% from 255) = 30.03%
R=35.89%
G=34.08%
B=30.03%

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
Decimal23922720000.050.160.0641.5454.9386.08
HexEFE3C8051062a3756
Octal357343310052065267126
Binary1110111111100011110010000101100001101010101101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE3C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE3C8; }

 p { color: rgb(239,227,200); }

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

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

 a { background-color: rgb(239,227,200); }

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

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

 span { border-color: rgb(239,227,200); }

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