Html Css Color HEX #EAD59C Hampton

📋 copy color: '#EAD59C'

red 234 ◦ green 213 ◦ blue 156

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

Shades of Hampton #EAD59C

Tints of Hampton #EAD59C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 25.87%

R = 38.81%
G = 35.32%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EAD59C (or 0xEAD59C) is known color: Hampton. HEX triplet: EA, D5 and 9C. RGB value is (234,213,156). Sum of RGB (Red+Green+Blue) = 234+213+156=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 156 (61.33% from 255 or 25.87% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD59C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD59C is #152A63. Grayscale: #D5D5D5. Windows color (decimal): -1387108 or 10278378. OLE color: 10278378.

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

Color convert

RGB 234 213 156 -
CMYK 0 0.09 0.33 0.08
HSL 43.85º 0.65% 0.76% -
HSV(B) 43.85º 0.33% 0.92% -
XYZ 63.73 67.48 41.12 -
YUV 212.78 95.96 143.13 -
System Red Green Blue C M Y K H S L
Decimal 234 213 156 0 0.09 0.33 0.08 43.85 0.65 0.76
Hex EA D5 9C 0 9 21 8 2C 41 4C
Octal 352 325 234 0 11 41 10 54 101 114
Binary 11101010 11010101 10011100 0 1001 100001 1000 101100 1000001 1001100

Color Harmonies of #EAD59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD59C

Black with #EAD59C

Text Example


Text Example

White with #EAD59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD59C; }

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

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

background-color css

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

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

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

border-color css

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

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

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