Html Css Color HEX #EAD99E Hampton

📋 copy color: '#EAD99E'

red 234 ◦ green 217 ◦ blue 158

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

Shades of Hampton #EAD99E

Tints of Hampton #EAD99E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 25.94%

R = 38.42%
G = 35.63%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EAD99E (or 0xEAD99E) is known color: Hampton. HEX triplet: EA, D9 and 9E. RGB value is (234,217,158). Sum of RGB (Red+Green+Blue) = 234+217+158=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 158 (62.11% from 255 or 25.94% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD99E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD99E is #152661. Grayscale: #D7D7D7. Windows color (decimal): -1386082 or 10410474. OLE color: 10410474.

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

Color convert

RGB 234 217 158 -
CMYK 0 0.07 0.32 0.08
HSL 46.58º 0.64% 0.77% -
HSV(B) 46.58º 0.32% 0.92% -
XYZ 64.92 69.59 42.36 -
YUV 215.36 95.63 141.3 -
System Red Green Blue C M Y K H S L
Decimal 234 217 158 0 0.07 0.32 0.08 46.58 0.64 0.77
Hex EA D9 9E 0 7 20 8 2F 40 4D
Octal 352 331 236 0 7 40 10 57 100 115
Binary 11101010 11011001 10011110 0 111 100000 1000 101111 1000000 1001101

Color Harmonies of #EAD99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD99E

Black with #EAD99E

Text Example


Text Example

White with #EAD99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD99E; }

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

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

background-color css

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

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

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

border-color css

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

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

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