#ECE7BD

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

Shades of Half And Half #ECE7BD

Tints of Half And Half #ECE7BD

Color information

#ECE7BD (or 0xECE7BD) is unknown color: approx Half And Half. HEX triplet: EC, E7 and BD. RGB value is (236,231,189). Sum of RGB (Red+Green+Blue) = 236+231+189=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 231 (90.62% from 255 or 35.21% from 656); Blue value is 189 (74.22% from 255 or 28.81% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE7BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE7BD is #131842. Grayscale: #E3E3E3. Windows color (decimal): -1251395 or 12445676. OLE color: 12445676.

HSL color Cylindrical-coordinate representation of color #ECE7BD: hue angle of 53.62º degrees, saturation: 0.55, 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 #ECE7BD is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB236231189-
CMYK00.020.200.07
HSL53.62º55.29%83.33%-
HSV(B)53.62º19.92%92.55%-
XYZ72.3578.6659.51-
YUV227.71106.16133.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.98%
GREEN value IS 231 (90.62% from 255) = 35.21%
BLUE value IS 189 (74.22% from 255) = 28.81%
R=35.98%
G=35.21%
B=28.81%

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
Decimal23623118900.020.200.0753.6255.2983.33
HexECE7BD02147363753
Octal354347275022476667123
Binary111011001110011110111101010101001111101101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE7BD; }

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

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

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

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

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

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

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

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