Html Css Color HEX #EAD99F Hampton

📋 copy color: '#EAD99F'

red 234 ◦ green 217 ◦ blue 159

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

Shades of Hampton #EAD99F

Tints of Hampton #EAD99F

RGB

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

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

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

R = 38.36%
G = 35.57%
B = 26.07%

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

#EAD99F (or 0xEAD99F) is known color: Hampton. HEX triplet: EA, D9 and 9F. RGB value is (234,217,159). Sum of RGB (Red+Green+Blue) = 234+217+159=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 159 (62.5% from 255 or 26.07% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD99F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD99F is #152660. Grayscale: #D7D7D7. Windows color (decimal): -1386081 or 10476010. OLE color: 10476010.

HSL color Cylindrical-coordinate representation of color #EAD99F: hue angle of 46.4º 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 #EAD99F is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 217 159 -
CMYK 0 0.07 0.32 0.08
HSL 46.4º 0.64% 0.77% -
HSV(B) 46.4º 0.32% 0.92% -
XYZ 65 69.62 42.81 -
YUV 215.47 96.13 141.22 -
System Red Green Blue C M Y K H S L
Decimal 234 217 159 0 0.07 0.32 0.08 46.4 0.64 0.77
Hex EA D9 9F 0 7 20 8 2E 40 4D
Octal 352 331 237 0 7 40 10 56 100 115
Binary 11101010 11011001 10011111 0 111 100000 1000 101110 1000000 1001101

Color Harmonies of #EAD99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD99F

Black with #EAD99F

Text Example


Text Example

White with #EAD99F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD99F; }

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

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

background-color css

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

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

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

border-color css

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

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

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