#EFE2C5

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

Shades of Pearl Lusta #EFE2C5

Tints of Pearl Lusta #EFE2C5

Color information

#EFE2C5 (or 0xEFE2C5) is unknown color: approx Pearl Lusta. HEX triplet: EF, E2 and C5. RGB value is (239,226,197). Sum of RGB (Red+Green+Blue) = 239+226+197=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 226 (88.67% from 255 or 34.14% from 662); Blue value is 197 (77.34% from 255 or 29.76% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2C5 is #101D3A. Grayscale: #E2E2E2. Windows color (decimal): -1056059 or 12968687. OLE color: 12968687.

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

Color convert

RGB239226197-
CMYK00.050.180.06
HSL41.43º56.76%85.49%-
HSV(B)41.43º17.57%93.73%-
XYZ72.8776.7763.8-
YUV226.58111.31136.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.10%
GREEN value IS 226 (88.67% from 255) = 34.14%
BLUE value IS 197 (77.34% from 255) = 29.76%
R=36.10%
G=34.14%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922619700.050.180.0641.4356.7685.49
HexEFE2C505126293955
Octal357342305052265171125
Binary1110111111100010110001010101100101101010011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE2C5; }

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

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

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

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

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

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

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

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