#EBE0C6

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

Shades of Pearl Lusta #EBE0C6

Tints of Pearl Lusta #EBE0C6

Color information

#EBE0C6 (or 0xEBE0C6) is unknown color: approx Pearl Lusta. HEX triplet: EB, E0 and C6. RGB value is (235,224,198). Sum of RGB (Red+Green+Blue) = 235+224+198=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 224 (87.89% from 255 or 34.09% from 657); Blue value is 198 (77.73% from 255 or 30.14% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0C6 is #141F39. Grayscale: #E0E0E0. Windows color (decimal): -1318714 or 13033707. OLE color: 13033707.

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

Color convert

RGB235224198-
CMYK00.050.160.08
HSL42.16º48.05%84.9%-
HSV(B)42.16º15.74%92.16%-
XYZ71.1175.0564.16-
YUV224.32113.14135.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.77%
GREEN value IS 224 (87.89% from 255) = 34.09%
BLUE value IS 198 (77.73% from 255) = 30.14%
R=35.77%
G=34.09%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522419800.050.160.0842.1648.0584.9
HexEBE0C6051082a3055
Octal3533403060520105260125
Binary11101011111000001100011001011000010001010101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE0C6; }

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

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

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

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

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

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

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

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