Html Css Color HEX #E2D29C Double Colonial White

📋 copy color: '#E2D29C'

red 226 ◦ green 210 ◦ blue 156

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

Shades of Double Colonial White #E2D29C

Tints of Double Colonial White #E2D29C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26.35%

R = 38.18%
G = 35.47%
B = 26.35%

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

#E2D29C (or 0xE2D29C) is known color: Double Colonial White. HEX triplet: E2, D2 and 9C. RGB value is (226,210,156). Sum of RGB (Red+Green+Blue) = 226+210+156=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 156 (61.33% from 255 or 26.35% from 592); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D29C is #1D2D63. Grayscale: #D0D0D0. Windows color (decimal): -1912164 or 10277602. OLE color: 10277602.

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

Color convert

RGB 226 210 156 -
CMYK 0 0.07 0.31 0.11
HSL 46.29º 0.55% 0.75% -
HSV(B) 46.29º 0.31% 0.89% -
XYZ 60.41 64.66 40.75 -
YUV 208.63 98.3 140.39 -
System Red Green Blue C M Y K H S L
Decimal 226 210 156 0 0.07 0.31 0.11 46.29 0.55 0.75
Hex E2 D2 9C 0 7 1F B 2E 37 4B
Octal 342 322 234 0 7 37 13 56 67 113
Binary 11100010 11010010 10011100 0 111 11111 1011 101110 110111 1001011

Color Harmonies of #E2D29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D29C

Black with #E2D29C

Text Example


Text Example

White with #E2D29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D29C; }

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

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

background-color css

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

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

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

border-color css

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

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

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