#EBE0CA

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

Shades of Pearl Lusta #EBE0CA

Tints of Pearl Lusta #EBE0CA

Color information

#EBE0CA (or 0xEBE0CA) is unknown color: approx Pearl Lusta. HEX triplet: EB, E0 and CA. RGB value is (235,224,202). Sum of RGB (Red+Green+Blue) = 235+224+202=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 224 (87.89% from 255 or 33.89% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0CA is #141F35. Grayscale: #E0E0E0. Windows color (decimal): -1318710 or 13295851. OLE color: 13295851.

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

Color convert

RGB235224202-
CMYK00.050.140.08
HSL40º45.21%85.69%-
HSV(B)40º14.04%92.16%-
XYZ71.5875.2466.63-
YUV224.78115.14135.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.55%
GREEN value IS 224 (87.89% from 255) = 33.89%
BLUE value IS 202 (79.30% from 255) = 30.56%
R=35.55%
G=33.89%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522420200.050.140.084045.2185.69
HexEBE0CA05E8282d56
Octal3533403120516105055126
Binary1110101111100000110010100101111010001010001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE0CA; }

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

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

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

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

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

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

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

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