#EFE2C6

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

Shades of Pearl Lusta #EFE2C6

Tints of Pearl Lusta #EFE2C6

Color information

#EFE2C6 (or 0xEFE2C6) is unknown color: approx Pearl Lusta. HEX triplet: EF, E2 and C6. RGB value is (239,226,198). Sum of RGB (Red+Green+Blue) = 239+226+198=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 226 (88.67% from 255 or 34.09% from 663); Blue value is 198 (77.73% from 255 or 29.86% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2C6 is #101D39. Grayscale: #E2E2E2. Windows color (decimal): -1056058 or 13034223. OLE color: 13034223.

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

Color convert

RGB239226198-
CMYK00.050.170.06
HSL40.98º56.16%85.69%-
HSV(B)40.98º17.15%93.73%-
XYZ72.9976.8264.41-
YUV226.7111.81136.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.05%
GREEN value IS 226 (88.67% from 255) = 34.09%
BLUE value IS 198 (77.73% from 255) = 29.86%
R=36.05%
G=34.09%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922619800.050.170.0640.9856.1685.69
HexEFE2C605116293856
Octal357342306052165170126
Binary1110111111100010110001100101100011101010011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE2C6; }

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

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

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

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

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

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

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

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