#EBD49E

Color #EBD49E Hampton (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hampton #EBD49E

Tints of Hampton #EBD49E

Color information

#EBD49E (or 0xEBD49E) is unknown color: approx Hampton. HEX triplet: EB, D4 and 9E. RGB value is (235,212,158). Sum of RGB (Red+Green+Blue) = 235+212+158=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 158 (62.11% from 255 or 26.12% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD49E is #142B61. Grayscale: #D4D4D4. Windows color (decimal): -1321826 or 10409195. OLE color: 10409195.

HSL color Cylindrical-coordinate representation of color #EBD49E: hue angle of 42.08º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBD49E is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB235212158-
CMYK00.100.330.08
HSL42.08º65.81%77.06%-
HSV(B)42.08º32.77%92.16%-
XYZ63.9867.2241.95-
YUV212.7297.12143.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 212 (83.20% from 255) = 35.04%
BLUE value IS 158 (62.11% from 255) = 26.12%
R=38.84%
G=35.04%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521215800.100.330.0842.0865.8177.06
HexEBD49E0A2182a424d
Octal353324236012411052102115
Binary11101011110101001001111001010100001100010101010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD49E; }

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

 H1.HeaderClassName
 {
   color: #EBD49E;
 }
 .AnyTagClassName
 {
   color: #EBD49E;
 }
</style>
background-color css

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

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

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

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

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

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