#EBE2C4

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

Shades of Pearl Lusta #EBE2C4

Tints of Pearl Lusta #EBE2C4

Color information

#EBE2C4 (or 0xEBE2C4) is unknown color: approx Pearl Lusta. HEX triplet: EB, E2 and C4. RGB value is (235,226,196). Sum of RGB (Red+Green+Blue) = 235+226+196=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 226 (88.67% from 255 or 34.40% from 657); Blue value is 196 (76.95% from 255 or 29.83% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE2C4 is #141D3B. Grayscale: #E1E1E1. Windows color (decimal): -1318204 or 12903147. OLE color: 12903147.

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

Color convert

RGB235226196-
CMYK00.040.170.08
HSL46.15º49.37%84.51%-
HSV(B)46.15º16.6%92.16%-
XYZ71.4276.0463.14-
YUV225.27111.48134.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.77%
GREEN value IS 226 (88.67% from 255) = 34.40%
BLUE value IS 196 (76.95% from 255) = 29.83%
R=35.77%
G=34.40%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522619600.040.170.0846.1549.3784.51
HexEBE2C4041182e3155
Octal3533423040421105661125
Binary11101011111000101100010001001000110001011101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE2C4; }

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

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

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

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

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

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

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

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