#ECE7C2

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

Shades of Half And Half #ECE7C2

Tints of Half And Half #ECE7C2

Color information

#ECE7C2 (or 0xECE7C2) is unknown color: approx Half And Half. HEX triplet: EC, E7 and C2. RGB value is (236,231,194). Sum of RGB (Red+Green+Blue) = 236+231+194=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 231 (90.62% from 255 or 34.95% from 661); Blue value is 194 (76.17% from 255 or 29.35% from 661); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE7C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE7C2 is #13183D. Grayscale: #E4E4E4. Windows color (decimal): -1251390 or 12773356. OLE color: 12773356.

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

Color convert

RGB236231194-
CMYK00.020.180.07
HSL52.86º52.5%84.31%-
HSV(B)52.86º17.8%92.55%-
XYZ72.9178.8862.42-
YUV228.28108.66133.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.70%
GREEN value IS 231 (90.62% from 255) = 34.95%
BLUE value IS 194 (76.17% from 255) = 29.35%
R=35.70%
G=34.95%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623119400.020.180.0752.8652.584.31
HexECE7C202127353554
Octal354347302022276565124
Binary111011001110011111000010010100101111101011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE7C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE7C2; }

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

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

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

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

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

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

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

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