#ECE6BE

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

Shades of Half And Half #ECE6BE

Tints of Half And Half #ECE6BE

Color information

#ECE6BE (or 0xECE6BE) is unknown color: approx Half And Half. HEX triplet: EC, E6 and BE. RGB value is (236,230,190). Sum of RGB (Red+Green+Blue) = 236+230+190=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 230 (90.23% from 255 or 35.06% from 656); Blue value is 190 (74.61% from 255 or 28.96% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE6BE is #131941. Grayscale: #E3E3E3. Windows color (decimal): -1251650 or 12510956. OLE color: 12510956.

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

Color convert

RGB236230190-
CMYK00.030.190.07
HSL52.17º54.76%83.53%-
HSV(B)52.17º19.49%92.55%-
XYZ72.1878.1459.99-
YUV227.23106.99134.25-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.98%
GREEN value IS 230 (90.23% from 255) = 35.06%
BLUE value IS 190 (74.61% from 255) = 28.96%
R=35.98%
G=35.06%
B=28.96%

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
Decimal23623019000.030.190.0752.1754.7683.53
HexECE6BE03137343754
Octal354346276032376467124
Binary111011001110011010111110011100111111101001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE6BE; }

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

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

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

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

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

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

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

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