Html Css Color HEX #E5D38E Double Colonial White

📋 copy color: '#E5D38E'

red 229 ◦ green 211 ◦ blue 142

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

Shades of Double Colonial White #E5D38E

Tints of Double Colonial White #E5D38E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.4%

R = 39.35%
G = 36.25%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E5D38E (or 0xE5D38E) is known color: Double Colonial White. HEX triplet: E5, D3 and 8E. RGB value is (229,211,142). Sum of RGB (Red+Green+Blue) = 229+211+142=582 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.35% from 582); Green value is 211 (82.81% from 255 or 36.25% from 582); Blue value is 142 (55.86% from 255 or 24.40% from 582); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D38E is #1A2C71. Grayscale: #D0D0D0. Windows color (decimal): -1715314 or 9360357. OLE color: 9360357.

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

Color convert

RGB 229 211 142 -
CMYK 0 0.08 0.38 0.10
HSL 47.59º 0.63% 0.73% -
HSV(B) 47.59º 0.38% 0.9% -
XYZ 60.49 65.2 34.99 -
YUV 208.52 90.46 142.61 -
System Red Green Blue C M Y K H S L
Decimal 229 211 142 0 0.08 0.38 0.10 47.59 0.63 0.73
Hex E5 D3 8E 0 8 26 A 30 3F 49
Octal 345 323 216 0 10 46 12 60 77 111
Binary 11100101 11010011 10001110 0 1000 100110 1010 110000 111111 1001001

Color Harmonies of #E5D38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D38E

Black with #E5D38E

Text Example


Text Example

White with #E5D38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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