Html Css Color HEX #EAD99D Hampton

📋 copy color: '#EAD99D'

red 234 ◦ green 217 ◦ blue 157

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

Shades of Hampton #EAD99D

Tints of Hampton #EAD99D

RGB

 RED value IS 234 (91.8% from 255) = 38.49%

 GREEN value IS 217 (85.16% from 255) = 35.69%

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

R = 38.49%
G = 35.69%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EAD99D (or 0xEAD99D) is known color: Hampton. HEX triplet: EA, D9 and 9D. RGB value is (234,217,157). Sum of RGB (Red+Green+Blue) = 234+217+157=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 217 (85.16% from 255 or 35.69% from 608); Blue value is 157 (61.72% from 255 or 25.82% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD99D is #152662. Grayscale: #D7D7D7. Windows color (decimal): -1386083 or 10344938. OLE color: 10344938.

HSL color Cylindrical-coordinate representation of color #EAD99D: hue angle of 46.75º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAD99D is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 217 157 -
CMYK 0 0.07 0.33 0.08
HSL 46.75º 0.65% 0.77% -
HSV(B) 46.75º 0.33% 0.92% -
XYZ 64.83 69.55 41.91 -
YUV 215.24 95.13 141.38 -
System Red Green Blue C M Y K H S L
Decimal 234 217 157 0 0.07 0.33 0.08 46.75 0.65 0.77
Hex EA D9 9D 0 7 21 8 2F 41 4D
Octal 352 331 235 0 7 41 10 57 101 115
Binary 11101010 11011001 10011101 0 111 100001 1000 101111 1000001 1001101

Color Harmonies of #EAD99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD99D

Black with #EAD99D

Text Example


Text Example

White with #EAD99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD99D; }

 p { color: rgb(234,217,157); }

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

background-color css

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

 a { background-color: rgb(234,217,157); }

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

border-color css

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

 span { border-color: rgb(234,217,157); }

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