Html Css Color HEX #E2D29D Double Colonial White

📋 copy color: '#E2D29D'

red 226 ◦ green 210 ◦ blue 157

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

Shades of Double Colonial White #E2D29D

Tints of Double Colonial White #E2D29D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.41%

 BLUE value IS 157 (61.72% from 255) = 26.48%

R = 38.11%
G = 35.41%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2D29D (or 0xE2D29D) is known color: Double Colonial White. HEX triplet: E2, D2 and 9D. RGB value is (226,210,157). Sum of RGB (Red+Green+Blue) = 226+210+157=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 157 (61.72% from 255 or 26.48% from 593); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D29D is #1D2D62. Grayscale: #D0D0D0. Windows color (decimal): -1912163 or 10343138. OLE color: 10343138.

HSL color Cylindrical-coordinate representation of color #E2D29D: hue angle of 46.09º degrees, saturation: 0.54, 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 #E2D29D is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 210 157 -
CMYK 0 0.07 0.31 0.11
HSL 46.09º 0.54% 0.75% -
HSV(B) 46.09º 0.31% 0.89% -
XYZ 60.5 64.7 41.2 -
YUV 208.74 98.8 140.31 -
System Red Green Blue C M Y K H S L
Decimal 226 210 157 0 0.07 0.31 0.11 46.09 0.54 0.75
Hex E2 D2 9D 0 7 1F B 2E 36 4B
Octal 342 322 235 0 7 37 13 56 66 113
Binary 11100010 11010010 10011101 0 111 11111 1011 101110 110110 1001011

Color Harmonies of #E2D29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D29D

Black with #E2D29D

Text Example


Text Example

White with #E2D29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D29D; }

 p { color: rgb(226,210,157); }

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

background-color css

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

 a { background-color: rgb(226,210,157); }

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

border-color css

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

 span { border-color: rgb(226,210,157); }

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