Html Css Color HEX #E5D196 Double Colonial White

📋 copy color: '#E5D196'

red 229 ◦ green 209 ◦ blue 150

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

Shades of Double Colonial White #E5D196

Tints of Double Colonial White #E5D196

RGB

 RED value IS 229 (89.84% from 255) = 38.95%

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

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

R = 38.95%
G = 35.54%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E5D196 (or 0xE5D196) is known color: Double Colonial White. HEX triplet: E5, D1 and 96. RGB value is (229,209,150). Sum of RGB (Red+Green+Blue) = 229+209+150=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 209 (82.03% from 255 or 35.54% from 588); Blue value is 150 (58.98% from 255 or 25.51% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D196 is #1A2E69. Grayscale: #D0D0D0. Windows color (decimal): -1715818 or 9884133. OLE color: 9884133.

HSL color Cylindrical-coordinate representation of color #E5D196: hue angle of 44.81º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5D196 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 209 150 -
CMYK 0 0.09 0.34 0.10
HSL 44.81º 0.6% 0.74% -
HSV(B) 44.81º 0.34% 0.9% -
XYZ 60.62 64.46 38.1 -
YUV 208.25 95.13 142.8 -
System Red Green Blue C M Y K H S L
Decimal 229 209 150 0 0.09 0.34 0.10 44.81 0.6 0.74
Hex E5 D1 96 0 9 22 A 2D 3C 4A
Octal 345 321 226 0 11 42 12 55 74 112
Binary 11100101 11010001 10010110 0 1001 100010 1010 101101 111100 1001010

Color Harmonies of #E5D196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D196

Black with #E5D196

Text Example


Text Example

White with #E5D196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D196; }

 p { color: rgb(229,209,150); }

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

background-color css

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

 a { background-color: rgb(229,209,150); }

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

border-color css

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

 span { border-color: rgb(229,209,150); }

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