Html Css Color HEX #E5D596 Double Colonial White

📋 copy color: '#E5D596'

red 229 ◦ green 213 ◦ blue 150

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

Shades of Double Colonial White #E5D596

Tints of Double Colonial White #E5D596

RGB

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

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

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

R = 38.68%
G = 35.98%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E5D596 (or 0xE5D596) is known color: Double Colonial White. HEX triplet: E5, D5 and 96. RGB value is (229,213,150). Sum of RGB (Red+Green+Blue) = 229+213+150=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 150 (58.98% from 255 or 25.34% from 592); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D596 is #1A2A69. Grayscale: #D2D2D2. Windows color (decimal): -1714794 or 9885157. OLE color: 9885157.

HSL color Cylindrical-coordinate representation of color #E5D596: hue angle of 47.85º 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 #E5D596 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 213 150 -
CMYK 0 0.07 0.34 0.10
HSL 47.85º 0.6% 0.74% -
HSV(B) 47.85º 0.34% 0.9% -
XYZ 61.61 66.45 38.43 -
YUV 210.6 93.8 141.12 -
System Red Green Blue C M Y K H S L
Decimal 229 213 150 0 0.07 0.34 0.10 47.85 0.6 0.74
Hex E5 D5 96 0 7 22 A 30 3C 4A
Octal 345 325 226 0 7 42 12 60 74 112
Binary 11100101 11010101 10010110 0 111 100010 1010 110000 111100 1001010

Color Harmonies of #E5D596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D596

Black with #E5D596

Text Example


Text Example

White with #E5D596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D596; }

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

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

background-color css

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

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

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

border-color css

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

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

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