#ECE6BF

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

Shades of Half And Half #ECE6BF

Tints of Half And Half #ECE6BF

Color information

#ECE6BF (or 0xECE6BF) is unknown color: approx Half And Half. HEX triplet: EC, E6 and BF. RGB value is (236,230,191). Sum of RGB (Red+Green+Blue) = 236+230+191=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 230 (90.23% from 255 or 35.01% from 657); Blue value is 191 (75% from 255 or 29.07% from 657); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE6BF is #131940. Grayscale: #E3E3E3. Windows color (decimal): -1251649 or 12576492. OLE color: 12576492.

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

Color convert

RGB236230191-
CMYK00.030.190.07
HSL52º54.22%83.73%-
HSV(B)52º19.07%92.55%-
XYZ72.2978.1960.57-
YUV227.35107.49134.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.92%
GREEN value IS 230 (90.23% from 255) = 35.01%
BLUE value IS 191 (75% from 255) = 29.07%
R=35.92%
G=35.01%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623019100.030.190.075254.2283.73
HexECE6BF03137343654
Octal354346277032376466124
Binary111011001110011010111111011100111111101001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE6BF; }

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

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

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

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

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

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

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

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