Html Css Color HEX #EBDAA0 Hampton

📋 copy color: '#EBDAA0'

red 235 ◦ green 218 ◦ blue 160

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

Shades of Hampton #EBDAA0

Tints of Hampton #EBDAA0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.56%

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

R = 38.34%
G = 35.56%
B = 26.1%

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

#EBDAA0 (or 0xEBDAA0) is known color: Hampton. HEX triplet: EB, DA and A0. RGB value is (235,218,160). Sum of RGB (Red+Green+Blue) = 235+218+160=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 160 (62.89% from 255 or 26.10% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDAA0 is #14255F. Grayscale: #D8D8D8. Windows color (decimal): -1320288 or 10541803. OLE color: 10541803.

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

Color convert

RGB 235 218 160 -
CMYK 0 0.07 0.32 0.08
HSL 46.4º 0.65% 0.77% -
HSV(B) 46.4º 0.32% 0.92% -
XYZ 65.68 70.34 43.37 -
YUV 216.47 96.13 141.22 -
System Red Green Blue C M Y K H S L
Decimal 235 218 160 0 0.07 0.32 0.08 46.4 0.65 0.77
Hex EB DA A0 0 7 20 8 2E 41 4D
Octal 353 332 240 0 7 40 10 56 101 115
Binary 11101011 11011010 10100000 0 111 100000 1000 101110 1000001 1001101

Color Harmonies of #EBDAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDAA0

Black with #EBDAA0

Text Example


Text Example

White with #EBDAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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