Html Css Color HEX #E5D38C Double Colonial White

📋 copy color: '#E5D38C'

red 229 ◦ green 211 ◦ blue 140

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

Shades of Double Colonial White #E5D38C

Tints of Double Colonial White #E5D38C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.14%

R = 39.48%
G = 36.38%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E5D38C (or 0xE5D38C) is known color: Double Colonial White. HEX triplet: E5, D3 and 8C. RGB value is (229,211,140). Sum of RGB (Red+Green+Blue) = 229+211+140=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 140 (55.08% from 255 or 24.14% from 580); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D38C is #1A2C73. Grayscale: #D0D0D0. Windows color (decimal): -1715316 or 9229285. OLE color: 9229285.

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

Color convert

RGB 229 211 140 -
CMYK 0 0.08 0.39 0.10
HSL 47.87º 0.63% 0.72% -
HSV(B) 47.87º 0.39% 0.9% -
XYZ 60.34 65.14 34.2 -
YUV 208.29 89.46 142.77 -
System Red Green Blue C M Y K H S L
Decimal 229 211 140 0 0.08 0.39 0.10 47.87 0.63 0.72
Hex E5 D3 8C 0 8 27 A 30 3F 48
Octal 345 323 214 0 10 47 12 60 77 110
Binary 11100101 11010011 10001100 0 1000 100111 1010 110000 111111 1001000

Color Harmonies of #E5D38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D38C

Black with #E5D38C

Text Example


Text Example

White with #E5D38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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