Html Css Color HEX #E5D19A Double Colonial White

📋 copy color: '#E5D19A'

red 229 ◦ green 209 ◦ blue 154

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

Shades of Double Colonial White #E5D19A

Tints of Double Colonial White #E5D19A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.01%

R = 38.68%
G = 35.3%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E5D19A (or 0xE5D19A) is known color: Double Colonial White. HEX triplet: E5, D1 and 9A. RGB value is (229,209,154). Sum of RGB (Red+Green+Blue) = 229+209+154=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 209 (82.03% from 255 or 35.30% from 592); Blue value is 154 (60.55% from 255 or 26.01% from 592); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D19A is #1A2E65. Grayscale: #D0D0D0. Windows color (decimal): -1715814 or 10146277. OLE color: 10146277.

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

Color convert

RGB 229 209 154 -
CMYK 0 0.09 0.33 0.10
HSL 44º 0.59% 0.75% -
HSV(B) 44º 0.33% 0.9% -
XYZ 60.95 64.59 39.83 -
YUV 208.71 97.13 142.47 -
System Red Green Blue C M Y K H S L
Decimal 229 209 154 0 0.09 0.33 0.10 44 0.59 0.75
Hex E5 D1 9A 0 9 21 A 2C 3B 4B
Octal 345 321 232 0 11 41 12 54 73 113
Binary 11100101 11010001 10011010 0 1001 100001 1010 101100 111011 1001011

Color Harmonies of #E5D19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D19A

Black with #E5D19A

Text Example


Text Example

White with #E5D19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D19A; }

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

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

background-color css

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

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

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

border-color css

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

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

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