#EFE0C6

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

Shades of Pearl Lusta #EFE0C6

Tints of Pearl Lusta #EFE0C6

Color information

#EFE0C6 (or 0xEFE0C6) is unknown color: approx Pearl Lusta. HEX triplet: EF, E0 and C6. RGB value is (239,224,198). Sum of RGB (Red+Green+Blue) = 239+224+198=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 224 (87.89% from 255 or 33.89% from 661); Blue value is 198 (77.73% from 255 or 29.95% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0C6 is #101F39. Grayscale: #E1E1E1. Windows color (decimal): -1056570 or 13033711. OLE color: 13033711.

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

Color convert

RGB239224198-
CMYK00.060.170.06
HSL38.05º56.16%85.69%-
HSV(B)38.05º17.15%93.73%-
XYZ72.4575.7464.23-
YUV225.52112.47137.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.16%
GREEN value IS 224 (87.89% from 255) = 33.89%
BLUE value IS 198 (77.73% from 255) = 29.95%
R=36.16%
G=33.89%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922419800.060.170.0638.0556.1685.69
HexEFE0C606116263856
Octal357340306062164670126
Binary1110111111100000110001100110100011101001101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE0C6; }

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

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

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

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

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

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

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

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