#EBE0BC

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

Shades of Double Pearl Lusta #EBE0BC

Tints of Double Pearl Lusta #EBE0BC

Color information

#EBE0BC (or 0xEBE0BC) is unknown color: approx Double Pearl Lusta. HEX triplet: EB, E0 and BC. RGB value is (235,224,188). Sum of RGB (Red+Green+Blue) = 235+224+188=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 188 (73.83% from 255 or 29.06% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0BC is #141F43. Grayscale: #DFDFDF. Windows color (decimal): -1318724 or 12378347. OLE color: 12378347.

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

Color convert

RGB235224188-
CMYK00.050.20.08
HSL45.96º54.02%82.94%-
HSV(B)45.96º20%92.16%-
XYZ69.9974.658.29-
YUV223.18108.14136.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.32%
GREEN value IS 224 (87.89% from 255) = 34.62%
BLUE value IS 188 (73.83% from 255) = 29.06%
R=36.32%
G=34.62%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522418800.050.20.0845.9654.0282.94
HexEBE0BC051482e3653
Octal3533402740524105666123
Binary11101011111000001011110001011010010001011101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE0BC; }

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

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

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

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

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

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

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

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