Html Css Color HEX #EAD59B Hampton

📋 copy color: '#EAD59B'

red 234 ◦ green 213 ◦ blue 155

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

Shades of Hampton #EAD59B

Tints of Hampton #EAD59B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.75%

R = 38.87%
G = 35.38%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EAD59B (or 0xEAD59B) is known color: Hampton. HEX triplet: EA, D5 and 9B. RGB value is (234,213,155). Sum of RGB (Red+Green+Blue) = 234+213+155=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 155 (60.94% from 255 or 25.75% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD59B is #152A64. Grayscale: #D4D4D4. Windows color (decimal): -1387109 or 10212842. OLE color: 10212842.

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

Color convert

RGB 234 213 155 -
CMYK 0 0.09 0.34 0.08
HSL 44.05º 0.65% 0.76% -
HSV(B) 44.05º 0.34% 0.92% -
XYZ 63.64 67.45 40.67 -
YUV 212.67 95.46 143.22 -
System Red Green Blue C M Y K H S L
Decimal 234 213 155 0 0.09 0.34 0.08 44.05 0.65 0.76
Hex EA D5 9B 0 9 22 8 2C 41 4C
Octal 352 325 233 0 11 42 10 54 101 114
Binary 11101010 11010101 10011011 0 1001 100010 1000 101100 1000001 1001100

Color Harmonies of #EAD59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD59B

Black with #EAD59B

Text Example


Text Example

White with #EAD59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD59B; }

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

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

background-color css

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

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

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

border-color css

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

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

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