Html Css Color HEX #E5D392 Double Colonial White

📋 copy color: '#E5D392'

red 229 ◦ green 211 ◦ blue 146

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

Shades of Double Colonial White #E5D392

Tints of Double Colonial White #E5D392

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.01%

 BLUE value IS 146 (57.42% from 255) = 24.91%

R = 39.08%
G = 36.01%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E5D392 (or 0xE5D392) is known color: Double Colonial White. HEX triplet: E5, D3 and 92. RGB value is (229,211,146). Sum of RGB (Red+Green+Blue) = 229+211+146=586 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.08% from 586); Green value is 211 (82.81% from 255 or 36.01% from 586); Blue value is 146 (57.42% from 255 or 24.91% from 586); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D392 is #1A2C6D. Grayscale: #D1D1D1. Windows color (decimal): -1715310 or 9622501. OLE color: 9622501.

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

Color convert

RGB 229 211 146 -
CMYK 0 0.08 0.36 0.10
HSL 46.99º 0.61% 0.74% -
HSV(B) 46.99º 0.36% 0.9% -
XYZ 60.8 65.32 36.6 -
YUV 208.97 92.46 142.29 -
System Red Green Blue C M Y K H S L
Decimal 229 211 146 0 0.08 0.36 0.10 46.99 0.61 0.74
Hex E5 D3 92 0 8 24 A 2F 3D 4A
Octal 345 323 222 0 10 44 12 57 75 112
Binary 11100101 11010011 10010010 0 1000 100100 1010 101111 111101 1001010

Color Harmonies of #E5D392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D392

Black with #E5D392

Text Example


Text Example

White with #E5D392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D392; }

 p { color: rgb(229,211,146); }

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

background-color css

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

 a { background-color: rgb(229,211,146); }

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

border-color css

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

 span { border-color: rgb(229,211,146); }

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