#EBE0C5

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

Shades of Pearl Lusta #EBE0C5

Tints of Pearl Lusta #EBE0C5

Color information

#EBE0C5 (or 0xEBE0C5) is unknown color: approx Pearl Lusta. HEX triplet: EB, E0 and C5. RGB value is (235,224,197). Sum of RGB (Red+Green+Blue) = 235+224+197=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 224 (87.89% from 255 or 34.15% from 656); Blue value is 197 (77.34% from 255 or 30.03% from 656); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0C5 is #141F3A. Grayscale: #E0E0E0. Windows color (decimal): -1318715 or 12968171. OLE color: 12968171.

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

Color convert

RGB235224197-
CMYK00.050.160.08
HSL42.63º48.72%84.71%-
HSV(B)42.63º16.17%92.16%-
XYZ70.997563.56-
YUV224.21112.64135.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.82%
GREEN value IS 224 (87.89% from 255) = 34.15%
BLUE value IS 197 (77.34% from 255) = 30.03%
R=35.82%
G=34.15%
B=30.03%

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
Decimal23522419700.050.160.0842.6348.7284.71
HexEBE0C5051082b3155
Octal3533403050520105361125
Binary11101011111000001100010101011000010001010111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE0C5; }

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

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

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

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

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

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

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

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