Html Css Color HEX #E2D196 Double Colonial White

📋 copy color: '#E2D196'

red 226 ◦ green 209 ◦ blue 150

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

Shades of Double Colonial White #E2D196

Tints of Double Colonial White #E2D196

RGB

 RED value IS 226 (88.67% from 255) = 38.63%

 GREEN value IS 209 (82.03% from 255) = 35.73%

 BLUE value IS 150 (58.98% from 255) = 25.64%

R = 38.63%
G = 35.73%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E2D196 (or 0xE2D196) is known color: Double Colonial White. HEX triplet: E2, D1 and 96. RGB value is (226,209,150). Sum of RGB (Red+Green+Blue) = 226+209+150=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 150 (58.98% from 255 or 25.64% from 585); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D196 is #1D2E69. Grayscale: #CFCFCF. Windows color (decimal): -1912426 or 9884130. OLE color: 9884130.

HSL color Cylindrical-coordinate representation of color #E2D196: hue angle of 46.58º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2D196 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 209 150 -
CMYK 0 0.08 0.34 0.11
HSL 46.58º 0.57% 0.74% -
HSV(B) 46.58º 0.34% 0.89% -
XYZ 59.67 63.97 38.06 -
YUV 207.36 95.63 141.3 -
System Red Green Blue C M Y K H S L
Decimal 226 209 150 0 0.08 0.34 0.11 46.58 0.57 0.74
Hex E2 D1 96 0 8 22 B 2F 39 4A
Octal 342 321 226 0 10 42 13 57 71 112
Binary 11100010 11010001 10010110 0 1000 100010 1011 101111 111001 1001010

Color Harmonies of #E2D196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D196

Black with #E2D196

Text Example


Text Example

White with #E2D196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D196; }

 p { color: rgb(226,209,150); }

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

background-color css

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

 a { background-color: rgb(226,209,150); }

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

border-color css

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

 span { border-color: rgb(226,209,150); }

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