Html Css Color HEX #E5D29F Hampton

📋 copy color: '#E5D29F'

red 229 ◦ green 210 ◦ blue 159

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

Shades of Hampton #E5D29F

Tints of Hampton #E5D29F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 26.59%

R = 38.29%
G = 35.12%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5D29F (or 0xE5D29F) is known color: Hampton. HEX triplet: E5, D2 and 9F. RGB value is (229,210,159). Sum of RGB (Red+Green+Blue) = 229+210+159=598 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.29% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 159 (62.5% from 255 or 26.59% from 598); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D29F is #1A2D60. Grayscale: #D2D2D2. Windows color (decimal): -1715553 or 10474213. OLE color: 10474213.

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

Color convert

RGB 229 210 159 -
CMYK 0 0.08 0.31 0.10
HSL 43.71º 0.57% 0.76% -
HSV(B) 43.71º 0.31% 0.9% -
XYZ 61.62 65.25 42.15 -
YUV 209.87 99.29 141.65 -
System Red Green Blue C M Y K H S L
Decimal 229 210 159 0 0.08 0.31 0.10 43.71 0.57 0.76
Hex E5 D2 9F 0 8 1F A 2C 39 4C
Octal 345 322 237 0 10 37 12 54 71 114
Binary 11100101 11010010 10011111 0 1000 11111 1010 101100 111001 1001100

Color Harmonies of #E5D29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D29F

Black with #E5D29F

Text Example


Text Example

White with #E5D29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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