Html Css Color HEX #ECE2BD Half Colonial White

📋 copy color: '#ECE2BD'

red 236 ◦ green 226 ◦ blue 189

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

Shades of Half Colonial White #ECE2BD

Tints of Half Colonial White #ECE2BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 29.03%

R = 36.25%
G = 34.72%
B = 29.03%

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

#ECE2BD (or 0xECE2BD) is known color: Half Colonial White. HEX triplet: EC, E2 and BD. RGB value is (236,226,189). Sum of RGB (Red+Green+Blue) = 236+226+189=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 226 (88.67% from 255 or 34.72% from 651); Blue value is 189 (74.22% from 255 or 29.03% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE2BD is #131D42. Grayscale: #E0E0E0. Windows color (decimal): -1252675 or 12444396. OLE color: 12444396.

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

Color convert

RGB 236 226 189 -
CMYK 0 0.04 0.20 0.07
HSL 47.23º 0.55% 0.83% -
HSV(B) 47.23º 0.2% 0.93% -
XYZ 70.97 75.9 59.05 -
YUV 224.77 107.81 136.01 -
System Red Green Blue C M Y K H S L
Decimal 236 226 189 0 0.04 0.20 0.07 47.23 0.55 0.83
Hex EC E2 BD 0 4 14 7 2F 37 53
Octal 354 342 275 0 4 24 7 57 67 123
Binary 11101100 11100010 10111101 0 100 10100 111 101111 110111 1010011

Color Harmonies of #ECE2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE2BD

Black with #ECE2BD

Text Example


Text Example

White with #ECE2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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