#ECE7BC

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

Shades of Half And Half #ECE7BC

Tints of Half And Half #ECE7BC

Color information

#ECE7BC (or 0xECE7BC) is unknown color: approx Half And Half. HEX triplet: EC, E7 and BC. RGB value is (236,231,188). Sum of RGB (Red+Green+Blue) = 236+231+188=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 231 (90.62% from 255 or 35.27% from 655); Blue value is 188 (73.83% from 255 or 28.70% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE7BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE7BC is #131843. Grayscale: #E3E3E3. Windows color (decimal): -1251396 or 12380140. OLE color: 12380140.

HSL color Cylindrical-coordinate representation of color #ECE7BC: hue angle of 53.75º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECE7BC is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB236231188-
CMYK00.020.200.07
HSL53.75º55.81%83.14%-
HSV(B)53.75º20.34%92.55%-
XYZ72.2578.6258.94-
YUV227.59105.66134-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.03%
GREEN value IS 231 (90.62% from 255) = 35.27%
BLUE value IS 188 (73.83% from 255) = 28.70%
R=36.03%
G=35.27%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623118800.020.200.0753.7555.8183.14
HexECE7BC02147363853
Octal354347274022476670123
Binary111011001110011110111100010101001111101101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE7BC; }

 p { color: rgb(236,231,188); }

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

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

 a { background-color: rgb(236,231,188); }

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

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

 span { border-color: rgb(236,231,188); }

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