#EFE2C8

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

Shades of Pearl Lusta #EFE2C8

Tints of Pearl Lusta #EFE2C8

Color information

#EFE2C8 (or 0xEFE2C8) is unknown color: approx Pearl Lusta. HEX triplet: EF, E2 and C8. RGB value is (239,226,200). Sum of RGB (Red+Green+Blue) = 239+226+200=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 226 (88.67% from 255 or 33.98% from 665); Blue value is 200 (78.52% from 255 or 30.08% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2C8 is #101D37. Grayscale: #E3E3E3. Windows color (decimal): -1056056 or 13165295. OLE color: 13165295.

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

Color convert

RGB239226200-
CMYK00.050.160.06
HSL40º54.93%86.08%-
HSV(B)40º16.32%93.73%-
XYZ73.2276.9165.63-
YUV226.92112.81136.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.94%
GREEN value IS 226 (88.67% from 255) = 33.98%
BLUE value IS 200 (78.52% from 255) = 30.08%
R=35.94%
G=33.98%
B=30.08%

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
Decimal23922620000.050.160.064054.9386.08
HexEFE2C805106283756
Octal357342310052065067126
Binary1110111111100010110010000101100001101010001101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE2C8; }

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

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

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

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

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

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

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

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