#EBD6A3

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

Shades of Hampton #EBD6A3

Tints of Hampton #EBD6A3

Color information

#EBD6A3 (or 0xEBD6A3) is unknown color: approx Hampton. HEX triplet: EB, D6 and A3. RGB value is (235,214,163). Sum of RGB (Red+Green+Blue) = 235+214+163=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 214 (83.98% from 255 or 34.97% from 612); Blue value is 163 (64.06% from 255 or 26.63% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD6A3 is #14295C. Grayscale: #D6D6D6. Windows color (decimal): -1321309 or 10737387. OLE color: 10737387.

HSL color Cylindrical-coordinate representation of color #EBD6A3: hue angle of 42.5º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBD6A3 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB235214163-
CMYK00.090.310.08
HSL42.5º64.29%78.04%-
HSV(B)42.5º30.64%92.16%-
XYZ64.9268.444.43-
YUV214.4698.96142.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 214 (83.98% from 255) = 34.97%
BLUE value IS 163 (64.06% from 255) = 26.63%
R=38.40%
G=34.97%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521416300.090.310.0842.564.2978.04
HexEBD6A3091F82a404e
Octal353326243011371052100116
Binary1110101111010110101000110100111111100010101010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6A3; }

 p { color: rgb(235,214,163); }

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

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

 a { background-color: rgb(235,214,163); }

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

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

 span { border-color: rgb(235,214,163); }

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