Html Css Color HEX #EAD59F Hampton

📋 copy color: '#EAD59F'

red 234 ◦ green 213 ◦ blue 159

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

Shades of Hampton #EAD59F

Tints of Hampton #EAD59F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.15%

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

R = 38.61%
G = 35.15%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EAD59F (or 0xEAD59F) is known color: Hampton. HEX triplet: EA, D5 and 9F. RGB value is (234,213,159). Sum of RGB (Red+Green+Blue) = 234+213+159=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 159 (62.5% from 255 or 26.24% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD59F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD59F is #152A60. Grayscale: #D5D5D5. Windows color (decimal): -1387105 or 10474986. OLE color: 10474986.

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

Color convert

RGB 234 213 159 -
CMYK 0 0.09 0.32 0.08
HSL 43.2º 0.64% 0.77% -
HSV(B) 43.2º 0.32% 0.92% -
XYZ 63.98 67.58 42.47 -
YUV 213.12 97.46 142.89 -
System Red Green Blue C M Y K H S L
Decimal 234 213 159 0 0.09 0.32 0.08 43.2 0.64 0.77
Hex EA D5 9F 0 9 20 8 2B 40 4D
Octal 352 325 237 0 11 40 10 53 100 115
Binary 11101010 11010101 10011111 0 1001 100000 1000 101011 1000000 1001101

Color Harmonies of #EAD59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD59F

Black with #EAD59F

Text Example


Text Example

White with #EAD59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD59F; }

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

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

background-color css

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

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

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

border-color css

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

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

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