#ECE6CA

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

Shades of Half And Half #ECE6CA

Tints of Half And Half #ECE6CA

Color information

#ECE6CA (or 0xECE6CA) is unknown color: approx Half And Half. HEX triplet: EC, E6 and CA. RGB value is (236,230,202). Sum of RGB (Red+Green+Blue) = 236+230+202=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 230 (90.23% from 255 or 34.43% from 668); Blue value is 202 (79.30% from 255 or 30.24% from 668); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE6CA is #131935. Grayscale: #E4E4E4. Windows color (decimal): -1251638 or 13297388. OLE color: 13297388.

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

Color convert

RGB236230202-
CMYK00.030.140.07
HSL49.41º47.22%85.88%-
HSV(B)49.41º14.41%92.55%-
XYZ73.5578.6967.19-
YUV228.6112.99133.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.33%
GREEN value IS 230 (90.23% from 255) = 34.43%
BLUE value IS 202 (79.30% from 255) = 30.24%
R=35.33%
G=34.43%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623020200.030.140.0749.4147.2285.88
HexECE6CA03E7312f56
Octal354346312031676157126
Binary11101100111001101100101001111101111100011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE6CA; }

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

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

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

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

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

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

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

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