Html Css Color HEX #E2D194 Double Colonial White

📋 copy color: '#E2D194'

red 226 ◦ green 209 ◦ blue 148

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

Shades of Double Colonial White #E2D194

Tints of Double Colonial White #E2D194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.39%

R = 38.77%
G = 35.85%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E2D194 (or 0xE2D194) is known color: Double Colonial White. HEX triplet: E2, D1 and 94. RGB value is (226,209,148). Sum of RGB (Red+Green+Blue) = 226+209+148=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 209 (82.03% from 255 or 35.85% from 583); Blue value is 148 (58.20% from 255 or 25.39% from 583); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D194 is #1D2E6B. Grayscale: #CFCFCF. Windows color (decimal): -1912428 or 9753058. OLE color: 9753058.

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

Color convert

RGB 226 209 148 -
CMYK 0 0.08 0.35 0.11
HSL 46.92º 0.57% 0.73% -
HSV(B) 46.92º 0.35% 0.89% -
XYZ 59.51 63.91 37.22 -
YUV 207.13 94.63 141.46 -
System Red Green Blue C M Y K H S L
Decimal 226 209 148 0 0.08 0.35 0.11 46.92 0.57 0.73
Hex E2 D1 94 0 8 23 B 2F 39 49
Octal 342 321 224 0 10 43 13 57 71 111
Binary 11100010 11010001 10010100 0 1000 100011 1011 101111 111001 1001001

Color Harmonies of #E2D194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D194

Black with #E2D194

Text Example


Text Example

White with #E2D194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D194; }

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

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

background-color css

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

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

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

border-color css

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

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

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