Html Css Color HEX #E9D69D Hampton

📋 copy color: '#E9D69D'

red 233 ◦ green 214 ◦ blue 157

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

Shades of Hampton #E9D69D

Tints of Hampton #E9D69D

RGB

 RED value IS 233 (91.41% from 255) = 38.58%

 GREEN value IS 214 (83.98% from 255) = 35.43%

 BLUE value IS 157 (61.72% from 255) = 25.99%

R = 38.58%
G = 35.43%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E9D69D (or 0xE9D69D) is known color: Hampton. HEX triplet: E9, D6 and 9D. RGB value is (233,214,157). Sum of RGB (Red+Green+Blue) = 233+214+157=604 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.58% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 157 (61.72% from 255 or 25.99% from 604); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D69D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D69D is #162962. Grayscale: #D5D5D5. Windows color (decimal): -1452387 or 10344169. OLE color: 10344169.

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

Color convert

RGB 233 214 157 -
CMYK 0 0.08 0.33 0.09
HSL 45º 0.63% 0.76% -
HSV(B) 45º 0.33% 0.91% -
XYZ 63.74 67.85 41.64 -
YUV 213.18 96.29 142.13 -
System Red Green Blue C M Y K H S L
Decimal 233 214 157 0 0.08 0.33 0.09 45 0.63 0.76
Hex E9 D6 9D 0 8 21 9 2D 3F 4C
Octal 351 326 235 0 10 41 11 55 77 114
Binary 11101001 11010110 10011101 0 1000 100001 1001 101101 111111 1001100

Color Harmonies of #E9D69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D69D

Black with #E9D69D

Text Example


Text Example

White with #E9D69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D69D; }

 p { color: rgb(233,214,157); }

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

background-color css

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

 a { background-color: rgb(233,214,157); }

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

border-color css

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

 span { border-color: rgb(233,214,157); }

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