Html Css Color HEX #ECE1C0 Half Colonial White

📋 copy color: '#ECE1C0'

red 236 ◦ green 225 ◦ blue 192

#ECE1C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Half Colonial White #ECE1C0

Tints of Half Colonial White #ECE1C0

RGB

 RED value IS 236 (92.58% from 255) = 36.14%

 GREEN value IS 225 (88.28% from 255) = 34.46%

 BLUE value IS 192 (75.39% from 255) = 29.4%

R = 36.14%
G = 34.46%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ECE1C0 (or 0xECE1C0) is known color: Half Colonial White. HEX triplet: EC, E1 and C0. RGB value is (236,225,192). Sum of RGB (Red+Green+Blue) = 236+225+192=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 225 (88.28% from 255 or 34.46% from 653); Blue value is 192 (75.39% from 255 or 29.40% from 653); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1C0 is #131E3F. Grayscale: #E0E0E0. Windows color (decimal): -1252928 or 12640748. OLE color: 12640748.

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

Color convert

RGB 236 225 192 -
CMYK 0 0.05 0.19 0.07
HSL 45º 0.54% 0.84% -
HSV(B) 45º 0.19% 0.93% -
XYZ 71.03 75.49 60.7 -
YUV 224.53 109.64 136.18 -
System Red Green Blue C M Y K H S L
Decimal 236 225 192 0 0.05 0.19 0.07 45 0.54 0.84
Hex EC E1 C0 0 5 13 7 2D 36 54
Octal 354 341 300 0 5 23 7 55 66 124
Binary 11101100 11100001 11000000 0 101 10011 111 101101 110110 1010100

Color Harmonies of #ECE1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE1C0

Black with #ECE1C0

Text Example


Text Example

White with #ECE1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE1C0; }

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

 H1.HeaderClassName
 {
   color: #ECE1C0;
 }
 .AnyTagClassName
 {
   color: #ECE1C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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