Html Css Color HEX #ECE2BC Half Colonial White

📋 copy color: '#ECE2BC'

red 236 ◦ green 226 ◦ blue 188

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

Shades of Half Colonial White #ECE2BC

Tints of Half Colonial White #ECE2BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 28.92%

R = 36.31%
G = 34.77%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ECE2BC (or 0xECE2BC) is known color: Half Colonial White. HEX triplet: EC, E2 and BC. RGB value is (236,226,188). Sum of RGB (Red+Green+Blue) = 236+226+188=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 188 (73.83% from 255 or 28.92% from 650); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE2BC is #131D43. Grayscale: #E0E0E0. Windows color (decimal): -1252676 or 12378860. OLE color: 12378860.

HSL color Cylindrical-coordinate representation of color #ECE2BC: hue angle of 47.5º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECE2BC is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 226 188 -
CMYK 0 0.04 0.20 0.07
HSL 47.5º 0.56% 0.83% -
HSV(B) 47.5º 0.2% 0.93% -
XYZ 70.87 75.86 58.48 -
YUV 224.66 107.31 136.09 -
System Red Green Blue C M Y K H S L
Decimal 236 226 188 0 0.04 0.20 0.07 47.5 0.56 0.83
Hex EC E2 BC 0 4 14 7 30 38 53
Octal 354 342 274 0 4 24 7 60 70 123
Binary 11101100 11100010 10111100 0 100 10100 111 110000 111000 1010011

Color Harmonies of #ECE2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE2BC

Black with #ECE2BC

Text Example


Text Example

White with #ECE2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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