#EBE1C5

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

Shades of Pearl Lusta #EBE1C5

Tints of Pearl Lusta #EBE1C5

Color information

#EBE1C5 (or 0xEBE1C5) is unknown color: approx Pearl Lusta. HEX triplet: EB, E1 and C5. RGB value is (235,225,197). Sum of RGB (Red+Green+Blue) = 235+225+197=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 225 (88.28% from 255 or 34.25% from 657); Blue value is 197 (77.34% from 255 or 29.98% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE1C5 is #141E3A. Grayscale: #E0E0E0. Windows color (decimal): -1318459 or 12968427. OLE color: 12968427.

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

Color convert

RGB235225197-
CMYK00.040.160.08
HSL44.21º48.72%84.71%-
HSV(B)44.21º16.17%92.16%-
XYZ71.2675.5463.65-
YUV224.8112.31135.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.77%
GREEN value IS 225 (88.28% from 255) = 34.25%
BLUE value IS 197 (77.34% from 255) = 29.98%
R=35.77%
G=34.25%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522519700.040.160.0844.2148.7284.71
HexEBE1C5041082c3155
Octal3533413050420105461125
Binary11101011111000011100010101001000010001011001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE1C5; }

 p { color: rgb(235,225,197); }

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

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

 a { background-color: rgb(235,225,197); }

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

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

 span { border-color: rgb(235,225,197); }

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