Html Css Color HEX #EBD5A0 Hampton

📋 copy color: '#EBD5A0'

red 235 ◦ green 213 ◦ blue 160

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

Shades of Hampton #EBD5A0

Tints of Hampton #EBD5A0

RGB

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

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

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

R = 38.65%
G = 35.03%
B = 26.32%

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

#EBD5A0 (or 0xEBD5A0) is known color: Hampton. HEX triplet: EB, D5 and A0. RGB value is (235,213,160). Sum of RGB (Red+Green+Blue) = 235+213+160=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 213 (83.59% from 255 or 35.03% from 608); Blue value is 160 (62.89% from 255 or 26.32% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD5A0 is #142A5F. Grayscale: #D5D5D5. Windows color (decimal): -1321568 or 10540523. OLE color: 10540523.

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

Color convert

RGB 235 213 160 -
CMYK 0 0.09 0.32 0.08
HSL 42.4º 0.65% 0.77% -
HSV(B) 42.4º 0.32% 0.92% -
XYZ 64.4 67.79 42.95 -
YUV 213.54 97.79 143.31 -
System Red Green Blue C M Y K H S L
Decimal 235 213 160 0 0.09 0.32 0.08 42.4 0.65 0.77
Hex EB D5 A0 0 9 20 8 2A 41 4D
Octal 353 325 240 0 11 40 10 52 101 115
Binary 11101011 11010101 10100000 0 1001 100000 1000 101010 1000001 1001101

Color Harmonies of #EBD5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD5A0

Black with #EBD5A0

Text Example


Text Example

White with #EBD5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD5A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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