Html Css Color HEX #EBD7A0 Hampton

📋 copy color: '#EBD7A0'

red 235 ◦ green 215 ◦ blue 160

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

Shades of Hampton #EBD7A0

Tints of Hampton #EBD7A0

RGB

 RED value IS 235 (92.19% from 255) = 38.52%

 GREEN value IS 215 (84.38% from 255) = 35.25%

 BLUE value IS 160 (62.89% from 255) = 26.23%

R = 38.52%
G = 35.25%
B = 26.23%

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

#EBD7A0 (or 0xEBD7A0) is known color: Hampton. HEX triplet: EB, D7 and A0. RGB value is (235,215,160). Sum of RGB (Red+Green+Blue) = 235+215+160=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 160 (62.89% from 255 or 26.23% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD7A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD7A0 is #14285F. Grayscale: #D6D6D6. Windows color (decimal): -1321056 or 10541035. OLE color: 10541035.

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

Color convert

RGB 235 215 160 -
CMYK 0 0.09 0.32 0.08
HSL 44º 0.65% 0.77% -
HSV(B) 44º 0.32% 0.92% -
XYZ 64.91 68.8 43.12 -
YUV 214.71 97.13 142.47 -
System Red Green Blue C M Y K H S L
Decimal 235 215 160 0 0.09 0.32 0.08 44 0.65 0.77
Hex EB D7 A0 0 9 20 8 2C 41 4D
Octal 353 327 240 0 11 40 10 54 101 115
Binary 11101011 11010111 10100000 0 1001 100000 1000 101100 1000001 1001101

Color Harmonies of #EBD7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD7A0

Black with #EBD7A0

Text Example


Text Example

White with #EBD7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD7A0; }

 p { color: rgb(235,215,160); }

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

background-color css

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

 a { background-color: rgb(235,215,160); }

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

border-color css

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

 span { border-color: rgb(235,215,160); }

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