#EBE0C0

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

Shades of Double Pearl Lusta #EBE0C0

Tints of Double Pearl Lusta #EBE0C0

Color information

#EBE0C0 (or 0xEBE0C0) is unknown color: approx Double Pearl Lusta. HEX triplet: EB, E0 and C0. RGB value is (235,224,192). Sum of RGB (Red+Green+Blue) = 235+224+192=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 224 (87.89% from 255 or 34.41% from 651); Blue value is 192 (75.39% from 255 or 29.49% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0C0 is #141F3F. Grayscale: #DFDFDF. Windows color (decimal): -1318720 or 12640491. OLE color: 12640491.

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

Color convert

RGB235224192-
CMYK00.050.180.08
HSL44.65º51.81%83.73%-
HSV(B)44.65º18.3%92.16%-
XYZ70.4374.7860.59-
YUV223.64110.14136.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.10%
GREEN value IS 224 (87.89% from 255) = 34.41%
BLUE value IS 192 (75.39% from 255) = 29.49%
R=36.10%
G=34.41%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522419200.050.180.0844.6551.8183.73
HexEBE0C0051282d3454
Octal3533403000522105564124
Binary11101011111000001100000001011001010001011011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE0C0; }

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

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

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

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

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

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

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

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