Html Css Color HEX #EBD4A0 Hampton

📋 copy color: '#EBD4A0'

red 235 ◦ green 212 ◦ blue 160

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

Shades of Hampton #EBD4A0

Tints of Hampton #EBD4A0

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.93%

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

R = 38.71%
G = 34.93%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EBD4A0 (or 0xEBD4A0) is known color: Hampton. HEX triplet: EB, D4 and A0. RGB value is (235,212,160). Sum of RGB (Red+Green+Blue) = 235+212+160=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 160 (62.89% from 255 or 26.36% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD4A0 is #142B5F. Grayscale: #D5D5D5. Windows color (decimal): -1321824 or 10540267. OLE color: 10540267.

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

Color convert

RGB 235 212 160 -
CMYK 0 0.10 0.32 0.08
HSL 41.6º 0.65% 0.77% -
HSV(B) 41.6º 0.32% 0.92% -
XYZ 64.15 67.29 42.86 -
YUV 212.95 98.12 143.73 -
System Red Green Blue C M Y K H S L
Decimal 235 212 160 0 0.10 0.32 0.08 41.6 0.65 0.77
Hex EB D4 A0 0 A 20 8 2A 41 4D
Octal 353 324 240 0 12 40 10 52 101 115
Binary 11101011 11010100 10100000 0 1010 100000 1000 101010 1000001 1001101

Color Harmonies of #EBD4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD4A0

Black with #EBD4A0

Text Example


Text Example

White with #EBD4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD4A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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