#EEE0C3

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

Shades of Pearl Lusta #EEE0C3

Tints of Pearl Lusta #EEE0C3

Color information

#EEE0C3 (or 0xEEE0C3) is unknown color: approx Pearl Lusta. HEX triplet: EE, E0 and C3. RGB value is (238,224,195). Sum of RGB (Red+Green+Blue) = 238+224+195=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 224 (87.89% from 255 or 34.09% from 657); Blue value is 195 (76.56% from 255 or 29.68% from 657); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE0C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE0C3 is #111F3C. Grayscale: #E1E1E1. Windows color (decimal): -1122109 or 12837102. OLE color: 12837102.

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

Color convert

RGB238224195-
CMYK00.060.180.07
HSL40.47º55.84%84.9%-
HSV(B)40.47º18.07%93.33%-
XYZ71.7775.4362.41-
YUV224.88111.14137.36-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.23%
GREEN value IS 224 (87.89% from 255) = 34.09%
BLUE value IS 195 (76.56% from 255) = 29.68%
R=36.23%
G=34.09%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822419500.060.180.0740.4755.8484.9
HexEEE0C306127283855
Octal356340303062275070125
Binary1110111011100000110000110110100101111010001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE0C3; }

 p { color: rgb(238,224,195); }

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

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

 a { background-color: rgb(238,224,195); }

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

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

 span { border-color: rgb(238,224,195); }

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