Html Css Color HEX #ECE2C2 Half Colonial White

📋 copy color: '#ECE2C2'

red 236 ◦ green 226 ◦ blue 194

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

Shades of Half Colonial White #ECE2C2

Tints of Half Colonial White #ECE2C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29.57%

R = 35.98%
G = 34.45%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ECE2C2 (or 0xECE2C2) is known color: Half Colonial White. HEX triplet: EC, E2 and C2. RGB value is (236,226,194). Sum of RGB (Red+Green+Blue) = 236+226+194=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 226 (88.67% from 255 or 34.45% from 656); Blue value is 194 (76.17% from 255 or 29.57% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE2C2 is #131D3D. Grayscale: #E1E1E1. Windows color (decimal): -1252670 or 12772076. OLE color: 12772076.

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

Color convert

RGB 236 226 194 -
CMYK 0 0.04 0.18 0.07
HSL 45.71º 0.53% 0.84% -
HSV(B) 45.71º 0.18% 0.93% -
XYZ 71.53 76.12 61.96 -
YUV 225.34 110.31 135.6 -
System Red Green Blue C M Y K H S L
Decimal 236 226 194 0 0.04 0.18 0.07 45.71 0.53 0.84
Hex EC E2 C2 0 4 12 7 2E 34 54
Octal 354 342 302 0 4 22 7 56 64 124
Binary 11101100 11100010 11000010 0 100 10010 111 101110 110100 1010100

Color Harmonies of #ECE2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE2C2

Black with #ECE2C2

Text Example


Text Example

White with #ECE2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE2C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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