#EBE2CA

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

Shades of Pearl Lusta #EBE2CA

Tints of Pearl Lusta #EBE2CA

Color information

#EBE2CA (or 0xEBE2CA) is unknown color: approx Pearl Lusta. HEX triplet: EB, E2 and CA. RGB value is (235,226,202). Sum of RGB (Red+Green+Blue) = 235+226+202=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 226 (88.67% from 255 or 34.09% from 663); Blue value is 202 (79.30% from 255 or 30.47% from 663); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE2CA is #141D35. Grayscale: #E2E2E2. Windows color (decimal): -1318198 or 13296363. OLE color: 13296363.

HSL color Cylindrical-coordinate representation of color #EBE2CA: hue angle of 43.64º 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 #EBE2CA is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235226202-
CMYK00.040.140.08
HSL43.64º45.21%85.69%-
HSV(B)43.64º14.04%92.16%-
XYZ72.1276.3266.81-
YUV225.96114.48134.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.44%
GREEN value IS 226 (88.67% from 255) = 34.09%
BLUE value IS 202 (79.30% from 255) = 30.47%
R=35.44%
G=34.09%
B=30.47%

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
Decimal23522620200.040.140.0843.6445.2185.69
HexEBE2CA04E82c2d56
Octal3533423120416105455126
Binary1110101111100010110010100100111010001011001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE2CA; }

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

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

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

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

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

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

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

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