Html Css Color HEX #E5D299 Double Colonial White

📋 copy color: '#E5D299'

red 229 ◦ green 210 ◦ blue 153

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

Shades of Double Colonial White #E5D299

Tints of Double Colonial White #E5D299

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.47%

 BLUE value IS 153 (60.16% from 255) = 25.84%

R = 38.68%
G = 35.47%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E5D299 (or 0xE5D299) is known color: Double Colonial White. HEX triplet: E5, D2 and 99. RGB value is (229,210,153). Sum of RGB (Red+Green+Blue) = 229+210+153=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 153 (60.16% from 255 or 25.84% from 592); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D299 is #1A2D66. Grayscale: #D1D1D1. Windows color (decimal): -1715559 or 10080997. OLE color: 10080997.

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

Color convert

RGB 229 210 153 -
CMYK 0 0.08 0.33 0.10
HSL 45º 0.59% 0.75% -
HSV(B) 45º 0.33% 0.9% -
XYZ 61.11 65.05 39.47 -
YUV 209.18 96.29 142.13 -
System Red Green Blue C M Y K H S L
Decimal 229 210 153 0 0.08 0.33 0.10 45 0.59 0.75
Hex E5 D2 99 0 8 21 A 2D 3B 4B
Octal 345 322 231 0 10 41 12 55 73 113
Binary 11100101 11010010 10011001 0 1000 100001 1010 101101 111011 1001011

Color Harmonies of #E5D299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D299

Black with #E5D299

Text Example


Text Example

White with #E5D299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D299; }

 p { color: rgb(229,210,153); }

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

background-color css

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

 a { background-color: rgb(229,210,153); }

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

border-color css

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

 span { border-color: rgb(229,210,153); }

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