#EBD39D

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

Shades of Hampton #EBD39D

Tints of Hampton #EBD39D

Color information

#EBD39D (or 0xEBD39D) is unknown color: approx Hampton. HEX triplet: EB, D3 and 9D. RGB value is (235,211,157). Sum of RGB (Red+Green+Blue) = 235+211+157=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 211 (82.81% from 255 or 34.99% from 603); Blue value is 157 (61.72% from 255 or 26.04% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD39D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD39D is #142C62. Grayscale: #D4D4D4. Windows color (decimal): -1322083 or 10343403. OLE color: 10343403.

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

Color convert

RGB235211157-
CMYK00.100.330.08
HSL41.54º66.1%76.86%-
HSV(B)41.54º33.19%92.16%-
XYZ63.6466.6941.42-
YUV212.0296.95144.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.97%
GREEN value IS 211 (82.81% from 255) = 34.99%
BLUE value IS 157 (61.72% from 255) = 26.04%
R=38.97%
G=34.99%
B=26.04%

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
Decimal23521115700.100.330.0841.5466.176.86
HexEBD39D0A2182a424d
Octal353323235012411052102115
Binary11101011110100111001110101010100001100010101010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD39D; }

 p { color: rgb(235,211,157); }

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

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

 a { background-color: rgb(235,211,157); }

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

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

 span { border-color: rgb(235,211,157); }

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