#ECE6C8

Color #ECE6C8 Half And Half (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half And Half #ECE6C8

Tints of Half And Half #ECE6C8

Color information

#ECE6C8 (or 0xECE6C8) is unknown color: approx Half And Half. HEX triplet: EC, E6 and C8. RGB value is (236,230,200). Sum of RGB (Red+Green+Blue) = 236+230+200=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 230 (90.23% from 255 or 34.53% from 666); Blue value is 200 (78.52% from 255 or 30.03% from 666); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE6C8 is #131937. Grayscale: #E4E4E4. Windows color (decimal): -1251640 or 13166316. OLE color: 13166316.

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

Color convert

RGB236230200-
CMYK00.030.150.07
HSL50º48.65%85.49%-
HSV(B)50º15.25%92.55%-
XYZ73.3178.665.95-
YUV228.37111.99133.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.44%
GREEN value IS 230 (90.23% from 255) = 34.53%
BLUE value IS 200 (78.52% from 255) = 30.03%
R=35.44%
G=34.53%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623020000.030.150.075048.6585.49
HexECE6C803F7323155
Octal354346310031776261125
Binary11101100111001101100100001111111111100101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE6C8; }

 p { color: rgb(236,230,200); }

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

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

 a { background-color: rgb(236,230,200); }

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

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

 span { border-color: rgb(236,230,200); }

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