Html Css Color HEX #E5D38D Double Colonial White

📋 copy color: '#E5D38D'

red 229 ◦ green 211 ◦ blue 141

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

Shades of Double Colonial White #E5D38D

Tints of Double Colonial White #E5D38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.27%

R = 39.41%
G = 36.32%
B = 24.27%

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

#E5D38D (or 0xE5D38D) is known color: Double Colonial White. HEX triplet: E5, D3 and 8D. RGB value is (229,211,141). Sum of RGB (Red+Green+Blue) = 229+211+141=581 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.41% from 581); Green value is 211 (82.81% from 255 or 36.32% from 581); Blue value is 141 (55.47% from 255 or 24.27% from 581); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D38D is #1A2C72. Grayscale: #D0D0D0. Windows color (decimal): -1715315 or 9294821. OLE color: 9294821.

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

Color convert

RGB 229 211 141 -
CMYK 0 0.08 0.38 0.10
HSL 47.73º 0.63% 0.73% -
HSV(B) 47.73º 0.38% 0.9% -
XYZ 60.42 65.17 34.59 -
YUV 208.4 89.96 142.69 -
System Red Green Blue C M Y K H S L
Decimal 229 211 141 0 0.08 0.38 0.10 47.73 0.63 0.73
Hex E5 D3 8D 0 8 26 A 30 3F 49
Octal 345 323 215 0 10 46 12 60 77 111
Binary 11100101 11010011 10001101 0 1000 100110 1010 110000 111111 1001001

Color Harmonies of #E5D38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D38D

Black with #E5D38D

Text Example


Text Example

White with #E5D38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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