#EBE0BA

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

Shades of Double Pearl Lusta #EBE0BA

Tints of Double Pearl Lusta #EBE0BA

Color information

#EBE0BA (or 0xEBE0BA) is unknown color: approx Double Pearl Lusta. HEX triplet: EB, E0 and BA. RGB value is (235,224,186). Sum of RGB (Red+Green+Blue) = 235+224+186=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 224 (87.89% from 255 or 34.73% from 645); Blue value is 186 (73.05% from 255 or 28.84% from 645); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0BA is #141F45. Grayscale: #DFDFDF. Windows color (decimal): -1318726 or 12247275. OLE color: 12247275.

HSL color Cylindrical-coordinate representation of color #EBE0BA: hue angle of 46.53º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBE0BA is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB235224186-
CMYK00.050.210.08
HSL46.53º55.06%82.55%-
HSV(B)46.53º20.85%92.16%-
XYZ69.7874.5257.16-
YUV222.96107.14136.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.43%
GREEN value IS 224 (87.89% from 255) = 34.73%
BLUE value IS 186 (73.05% from 255) = 28.84%
R=36.43%
G=34.73%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522418600.050.210.0846.5355.0682.55
HexEBE0BA051582f3753
Octal3533402720525105767123
Binary11101011111000001011101001011010110001011111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE0BA; }

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

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

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

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

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

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

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

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