#ECE1BE

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

Shades of Half Colonial White #ECE1BE

Tints of Half Colonial White #ECE1BE

Color information

#ECE1BE (or 0xECE1BE) is unknown color: approx Half Colonial White. HEX triplet: EC, E1 and BE. RGB value is (236,225,190). Sum of RGB (Red+Green+Blue) = 236+225+190=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 190 (74.61% from 255 or 29.19% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1BE is #131E41. Grayscale: #E0E0E0. Windows color (decimal): -1252930 or 12509676. OLE color: 12509676.

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

Color convert

RGB236225190-
CMYK00.050.190.07
HSL45.65º54.76%83.53%-
HSV(B)45.65º19.49%92.55%-
XYZ70.8175.459.54-
YUV224.3108.64136.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.25%
GREEN value IS 225 (88.28% from 255) = 34.56%
BLUE value IS 190 (74.61% from 255) = 29.19%
R=36.25%
G=34.56%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622519000.050.190.0745.6554.7683.53
HexECE1BE051372e3754
Octal354341276052375667124
Binary1110110011100001101111100101100111111011101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE1BE; }

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

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

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

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

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

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

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

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