#ECE9C8

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

Shades of Half And Half #ECE9C8

Tints of Half And Half #ECE9C8

Color information

#ECE9C8 (or 0xECE9C8) is unknown color: approx Half And Half. HEX triplet: EC, E9 and C8. RGB value is (236,233,200). Sum of RGB (Red+Green+Blue) = 236+233+200=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 233 (91.41% from 255 or 34.83% from 669); Blue value is 200 (78.52% from 255 or 29.90% from 669); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE9C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE9C8 is #131637. Grayscale: #E6E6E6. Windows color (decimal): -1250872 or 13167084. OLE color: 13167084.

HSL color Cylindrical-coordinate representation of color #ECE9C8: hue angle of 55º 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 #ECE9C8 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB236233200-
CMYK00.010.150.07
HSL55º48.65%85.49%-
HSV(B)55º15.25%92.55%-
XYZ74.1680.2866.23-
YUV230.14110.99132.18-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.28%
GREEN value IS 233 (91.41% from 255) = 34.83%
BLUE value IS 200 (78.52% from 255) = 29.90%
R=35.28%
G=34.83%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623320000.010.150.075548.6585.49
HexECE9C801F7373155
Octal354351310011776761125
Binary1110110011101001110010000111111111101111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE9C8; }

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

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

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

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

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

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

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

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