#EBE0C9

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

Shades of Pearl Lusta #EBE0C9

Tints of Pearl Lusta #EBE0C9

Color information

#EBE0C9 (or 0xEBE0C9) is unknown color: approx Pearl Lusta. HEX triplet: EB, E0 and C9. RGB value is (235,224,201). Sum of RGB (Red+Green+Blue) = 235+224+201=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 224 (87.89% from 255 or 33.94% from 660); Blue value is 201 (78.91% from 255 or 30.45% from 660); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0C9 is #141F36. Grayscale: #E0E0E0. Windows color (decimal): -1318711 or 13230315. OLE color: 13230315.

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

Color convert

RGB235224201-
CMYK00.050.140.08
HSL40.59º45.95%85.49%-
HSV(B)40.59º14.47%92.16%-
XYZ71.4675.1966.01-
YUV224.67114.64135.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.61%
GREEN value IS 224 (87.89% from 255) = 33.94%
BLUE value IS 201 (78.91% from 255) = 30.45%
R=35.61%
G=33.94%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522420100.050.140.0840.5945.9585.49
HexEBE0C905E8292e55
Octal3533403110516105156125
Binary1110101111100000110010010101111010001010011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE0C9; }

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

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

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

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

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

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

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

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