Html Css Color HEX #ECE2C0 Half Colonial White

📋 copy color: '#ECE2C0'

red 236 ◦ green 226 ◦ blue 192

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

Shades of Half Colonial White #ECE2C0

Tints of Half Colonial White #ECE2C0

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.56%

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

R = 36.09%
G = 34.56%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ECE2C0 (or 0xECE2C0) is known color: Half Colonial White. HEX triplet: EC, E2 and C0. RGB value is (236,226,192). Sum of RGB (Red+Green+Blue) = 236+226+192=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 226 (88.67% from 255 or 34.56% from 654); Blue value is 192 (75.39% from 255 or 29.36% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE2C0 is #131D3F. Grayscale: #E1E1E1. Windows color (decimal): -1252672 or 12641004. OLE color: 12641004.

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

Color convert

RGB 236 226 192 -
CMYK 0 0.04 0.19 0.07
HSL 46.36º 0.54% 0.84% -
HSV(B) 46.36º 0.19% 0.93% -
XYZ 71.3 76.03 60.79 -
YUV 225.11 109.31 135.76 -
System Red Green Blue C M Y K H S L
Decimal 236 226 192 0 0.04 0.19 0.07 46.36 0.54 0.84
Hex EC E2 C0 0 4 13 7 2E 36 54
Octal 354 342 300 0 4 23 7 56 66 124
Binary 11101100 11100010 11000000 0 100 10011 111 101110 110110 1010100

Color Harmonies of #ECE2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE2C0

Black with #ECE2C0

Text Example


Text Example

White with #ECE2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE2C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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