#ECE0C4

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

Shades of Pearl Lusta #ECE0C4

Tints of Pearl Lusta #ECE0C4

Color information

#ECE0C4 (or 0xECE0C4) is unknown color: approx Pearl Lusta. HEX triplet: EC, E0 and C4. RGB value is (236,224,196). Sum of RGB (Red+Green+Blue) = 236+224+196=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 224 (87.89% from 255 or 34.15% from 656); Blue value is 196 (76.95% from 255 or 29.88% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE0C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE0C4 is #131F3B. Grayscale: #E0E0E0. Windows color (decimal): -1253180 or 12902636. OLE color: 12902636.

HSL color Cylindrical-coordinate representation of color #ECE0C4: hue angle of 42º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECE0C4 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB236224196-
CMYK00.050.170.07
HSL42º51.28%84.71%-
HSV(B)42º16.95%92.55%-
XYZ71.2175.1362.97-
YUV224.4111.98136.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.98%
GREEN value IS 224 (87.89% from 255) = 34.15%
BLUE value IS 196 (76.95% from 255) = 29.88%
R=35.98%
G=34.15%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622419600.050.170.074251.2884.71
HexECE0C4051172a3355
Octal354340304052175263125
Binary1110110011100000110001000101100011111010101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE0C4; }

 p { color: rgb(236,224,196); }

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

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

 a { background-color: rgb(236,224,196); }

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

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

 span { border-color: rgb(236,224,196); }

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