Html Css Color HEX #E2D296 Double Colonial White

📋 copy color: '#E2D296'

red 226 ◦ green 210 ◦ blue 150

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

Shades of Double Colonial White #E2D296

Tints of Double Colonial White #E2D296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.6%

R = 38.57%
G = 35.84%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E2D296 (or 0xE2D296) is known color: Double Colonial White. HEX triplet: E2, D2 and 96. RGB value is (226,210,150). Sum of RGB (Red+Green+Blue) = 226+210+150=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 210 (82.42% from 255 or 35.84% from 586); Blue value is 150 (58.98% from 255 or 25.60% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D296 is #1D2D69. Grayscale: #D0D0D0. Windows color (decimal): -1912170 or 9884386. OLE color: 9884386.

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

Color convert

RGB 226 210 150 -
CMYK 0 0.07 0.34 0.11
HSL 47.37º 0.57% 0.74% -
HSV(B) 47.37º 0.34% 0.89% -
XYZ 59.92 64.46 38.14 -
YUV 207.94 95.3 140.88 -
System Red Green Blue C M Y K H S L
Decimal 226 210 150 0 0.07 0.34 0.11 47.37 0.57 0.74
Hex E2 D2 96 0 7 22 B 2F 39 4A
Octal 342 322 226 0 7 42 13 57 71 112
Binary 11100010 11010010 10010110 0 111 100010 1011 101111 111001 1001010

Color Harmonies of #E2D296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D296

Black with #E2D296

Text Example


Text Example

White with #E2D296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D296; }

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

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

background-color css

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

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

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

border-color css

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

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

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