Html Css Color HEX #E5D091 Double Colonial White

📋 copy color: '#E5D091'

red 229 ◦ green 208 ◦ blue 145

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

Shades of Double Colonial White #E5D091

Tints of Double Colonial White #E5D091

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.74%

 BLUE value IS 145 (57.03% from 255) = 24.91%

R = 39.35%
G = 35.74%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E5D091 (or 0xE5D091) is known color: Double Colonial White. HEX triplet: E5, D0 and 91. RGB value is (229,208,145). Sum of RGB (Red+Green+Blue) = 229+208+145=582 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.35% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 145 (57.03% from 255 or 24.91% from 582); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D091 is #1A2F6E. Grayscale: #CFCFCF. Windows color (decimal): -1716079 or 9556197. OLE color: 9556197.

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

Color convert

RGB 229 208 145 -
CMYK 0 0.09 0.37 0.10
HSL 45º 0.62% 0.73% -
HSV(B) 45º 0.37% 0.9% -
XYZ 59.98 63.81 35.94 -
YUV 207.1 92.96 143.62 -
System Red Green Blue C M Y K H S L
Decimal 229 208 145 0 0.09 0.37 0.10 45 0.62 0.73
Hex E5 D0 91 0 9 25 A 2D 3E 49
Octal 345 320 221 0 11 45 12 55 76 111
Binary 11100101 11010000 10010001 0 1001 100101 1010 101101 111110 1001001

Color Harmonies of #E5D091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D091

Black with #E5D091

Text Example


Text Example

White with #E5D091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D091; }

 p { color: rgb(229,208,145); }

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

background-color css

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

 a { background-color: rgb(229,208,145); }

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

border-color css

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

 span { border-color: rgb(229,208,145); }

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