Html Css Color HEX #E2D49B Double Colonial White

📋 copy color: '#E2D49B'

red 226 ◦ green 212 ◦ blue 155

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

Shades of Double Colonial White #E2D49B

Tints of Double Colonial White #E2D49B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.75%

 BLUE value IS 155 (60.94% from 255) = 26.14%

R = 38.11%
G = 35.75%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2D49B (or 0xE2D49B) is known color: Double Colonial White. HEX triplet: E2, D4 and 9B. RGB value is (226,212,155). Sum of RGB (Red+Green+Blue) = 226+212+155=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 212 (83.20% from 255 or 35.75% from 593); Blue value is 155 (60.94% from 255 or 26.14% from 593); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D49B is #1D2B64. Grayscale: #D1D1D1. Windows color (decimal): -1911653 or 10212578. OLE color: 10212578.

HSL color Cylindrical-coordinate representation of color #E2D49B: hue angle of 48.17º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2D49B is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 212 155 -
CMYK 0 0.06 0.31 0.11
HSL 48.17º 0.55% 0.75% -
HSV(B) 48.17º 0.31% 0.89% -
XYZ 60.82 65.62 40.47 -
YUV 209.69 97.14 139.63 -
System Red Green Blue C M Y K H S L
Decimal 226 212 155 0 0.06 0.31 0.11 48.17 0.55 0.75
Hex E2 D4 9B 0 6 1F B 30 37 4B
Octal 342 324 233 0 6 37 13 60 67 113
Binary 11100010 11010100 10011011 0 110 11111 1011 110000 110111 1001011

Color Harmonies of #E2D49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D49B

Black with #E2D49B

Text Example


Text Example

White with #E2D49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D49B; }

 p { color: rgb(226,212,155); }

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

background-color css

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

 a { background-color: rgb(226,212,155); }

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

border-color css

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

 span { border-color: rgb(226,212,155); }

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