#EBE2C9

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

Shades of Pearl Lusta #EBE2C9

Tints of Pearl Lusta #EBE2C9

Color information

#EBE2C9 (or 0xEBE2C9) is unknown color: approx Pearl Lusta. HEX triplet: EB, E2 and C9. RGB value is (235,226,201). Sum of RGB (Red+Green+Blue) = 235+226+201=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 226 (88.67% from 255 or 34.14% from 662); Blue value is 201 (78.91% from 255 or 30.36% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE2C9 is #141D36. Grayscale: #E1E1E1. Windows color (decimal): -1318199 or 13230827. OLE color: 13230827.

HSL color Cylindrical-coordinate representation of color #EBE2C9: hue angle of 44.12º 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 #EBE2C9 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235226201-
CMYK00.040.140.08
HSL44.12º45.95%85.49%-
HSV(B)44.12º14.47%92.16%-
XYZ7276.2766.19-
YUV225.84113.98134.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.50%
GREEN value IS 226 (88.67% from 255) = 34.14%
BLUE value IS 201 (78.91% from 255) = 30.36%
R=35.50%
G=34.14%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522620100.040.140.0844.1245.9585.49
HexEBE2C904E82c2e55
Octal3533423110416105456125
Binary1110101111100010110010010100111010001011001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE2C9; }

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

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

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

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

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

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

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

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