#EBE1CA

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

Shades of Pearl Lusta #EBE1CA

Tints of Pearl Lusta #EBE1CA

Color information

#EBE1CA (or 0xEBE1CA) is unknown color: approx Pearl Lusta. HEX triplet: EB, E1 and CA. RGB value is (235,225,202). Sum of RGB (Red+Green+Blue) = 235+225+202=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 225 (88.28% from 255 or 33.99% from 662); Blue value is 202 (79.30% from 255 or 30.51% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE1CA is #141E35. Grayscale: #E1E1E1. Windows color (decimal): -1318454 or 13296107. OLE color: 13296107.

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

Color convert

RGB235225202-
CMYK00.040.140.08
HSL41.82º45.21%85.69%-
HSV(B)41.82º14.04%92.16%-
XYZ71.8575.7866.72-
YUV225.37114.81134.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.50%
GREEN value IS 225 (88.28% from 255) = 33.99%
BLUE value IS 202 (79.30% from 255) = 30.51%
R=35.50%
G=33.99%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522520200.040.140.0841.8245.2185.69
HexEBE1CA04E82a2d56
Octal3533413120416105255126
Binary1110101111100001110010100100111010001010101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE1CA; }

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

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

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

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

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

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

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

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