Html Css Color HEX #E2D19E Double Colonial White

📋 copy color: '#E2D19E'

red 226 ◦ green 209 ◦ blue 158

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

Shades of Double Colonial White #E2D19E

Tints of Double Colonial White #E2D19E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 26.64%

R = 38.11%
G = 35.24%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E2D19E (or 0xE2D19E) is known color: Double Colonial White. HEX triplet: E2, D1 and 9E. RGB value is (226,209,158). Sum of RGB (Red+Green+Blue) = 226+209+158=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 209 (82.03% from 255 or 35.24% from 593); Blue value is 158 (62.11% from 255 or 26.64% from 593); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D19E is #1D2E61. Grayscale: #D0D0D0. Windows color (decimal): -1912418 or 10408418. OLE color: 10408418.

HSL color Cylindrical-coordinate representation of color #E2D19E: hue angle of 45º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2D19E is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 209 158 -
CMYK 0 0.08 0.30 0.11
HSL 45º 0.54% 0.75% -
HSV(B) 45º 0.3% 0.89% -
XYZ 60.34 64.24 41.57 -
YUV 208.27 99.63 140.65 -
System Red Green Blue C M Y K H S L
Decimal 226 209 158 0 0.08 0.30 0.11 45 0.54 0.75
Hex E2 D1 9E 0 8 1E B 2D 36 4B
Octal 342 321 236 0 10 36 13 55 66 113
Binary 11100010 11010001 10011110 0 1000 11110 1011 101101 110110 1001011

Color Harmonies of #E2D19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D19E

Black with #E2D19E

Text Example


Text Example

White with #E2D19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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