#EBE0C1

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

Shades of Double Pearl Lusta #EBE0C1

Tints of Double Pearl Lusta #EBE0C1

Color information

#EBE0C1 (or 0xEBE0C1) is unknown color: approx Double Pearl Lusta. HEX triplet: EB, E0 and C1. RGB value is (235,224,193). Sum of RGB (Red+Green+Blue) = 235+224+193=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 224 (87.89% from 255 or 34.36% from 652); Blue value is 193 (75.78% from 255 or 29.60% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0C1 is #141F3E. Grayscale: #DFDFDF. Windows color (decimal): -1318719 or 12706027. OLE color: 12706027.

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

Color convert

RGB235224193-
CMYK00.050.180.08
HSL44.29º51.22%83.92%-
HSV(B)44.29º17.87%92.16%-
XYZ70.5474.8261.18-
YUV223.76110.64136.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.04%
GREEN value IS 224 (87.89% from 255) = 34.36%
BLUE value IS 193 (75.78% from 255) = 29.60%
R=36.04%
G=34.36%
B=29.60%

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
Decimal23522419300.050.180.0844.2951.2283.92
HexEBE0C1051282c3354
Octal3533403010522105463124
Binary11101011111000001100000101011001010001011001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE0C1; }

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

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

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

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

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

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

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

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