#EAE1BE

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

Shades of Double Pearl Lusta #EAE1BE

Tints of Double Pearl Lusta #EAE1BE

Color information

#EAE1BE (or 0xEAE1BE) is unknown color: approx Double Pearl Lusta. HEX triplet: EA, E1 and BE. RGB value is (234,225,190). Sum of RGB (Red+Green+Blue) = 234+225+190=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 190 (74.61% from 255 or 29.28% from 649); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE1BE is #151E41. Grayscale: #DFDFDF. Windows color (decimal): -1384002 or 12509674. OLE color: 12509674.

HSL color Cylindrical-coordinate representation of color #EAE1BE: hue angle of 47.73º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EAE1BE is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB234225190-
CMYK00.040.190.08
HSL47.73º51.16%83.14%-
HSV(B)47.73º18.8%91.76%-
XYZ70.1575.0659.51-
YUV223.7108.98135.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.06%
GREEN value IS 225 (88.28% from 255) = 34.67%
BLUE value IS 190 (74.61% from 255) = 29.28%
R=36.06%
G=34.67%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422519000.040.190.0847.7351.1683.14
HexEAE1BE04138303353
Octal3523412760423106063123
Binary11101010111000011011111001001001110001100001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE1BE; }

 p { color: rgb(234,225,190); }

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

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

 a { background-color: rgb(234,225,190); }

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

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

 span { border-color: rgb(234,225,190); }

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