Html Css Color HEX #E5D595 Double Colonial White

📋 copy color: '#E5D595'

red 229 ◦ green 213 ◦ blue 149

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

Shades of Double Colonial White #E5D595

Tints of Double Colonial White #E5D595

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.04%

 BLUE value IS 149 (58.59% from 255) = 25.21%

R = 38.75%
G = 36.04%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E5D595 (or 0xE5D595) is known color: Double Colonial White. HEX triplet: E5, D5 and 95. RGB value is (229,213,149). Sum of RGB (Red+Green+Blue) = 229+213+149=591 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.75% from 591); Green value is 213 (83.59% from 255 or 36.04% from 591); Blue value is 149 (58.59% from 255 or 25.21% from 591); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D595 is #1A2A6A. Grayscale: #D2D2D2. Windows color (decimal): -1714795 or 9819621. OLE color: 9819621.

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

Color convert

RGB 229 213 149 -
CMYK 0 0.07 0.35 0.10
HSL 48º 0.61% 0.74% -
HSV(B) 48º 0.35% 0.9% -
XYZ 61.53 66.42 38.01 -
YUV 210.49 93.3 141.2 -
System Red Green Blue C M Y K H S L
Decimal 229 213 149 0 0.07 0.35 0.10 48 0.61 0.74
Hex E5 D5 95 0 7 23 A 30 3D 4A
Octal 345 325 225 0 7 43 12 60 75 112
Binary 11100101 11010101 10010101 0 111 100011 1010 110000 111101 1001010

Color Harmonies of #E5D595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D595

Black with #E5D595

Text Example


Text Example

White with #E5D595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D595; }

 p { color: rgb(229,213,149); }

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

background-color css

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

 a { background-color: rgb(229,213,149); }

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

border-color css

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

 span { border-color: rgb(229,213,149); }

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