#EBD29F

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

Shades of Hampton #EBD29F

Tints of Hampton #EBD29F

Color information

#EBD29F (or 0xEBD29F) is unknown color: approx Hampton. HEX triplet: EB, D2 and 9F. RGB value is (235,210,159). Sum of RGB (Red+Green+Blue) = 235+210+159=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 159 (62.5% from 255 or 26.32% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD29F is #142D60. Grayscale: #D3D3D3. Windows color (decimal): -1322337 or 10474219. OLE color: 10474219.

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

Color convert

RGB235210159-
CMYK00.110.320.08
HSL40.26º65.52%77.25%-
HSV(B)40.26º32.34%92.16%-
XYZ63.5766.2642.24-
YUV211.6698.28144.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 210 (82.42% from 255) = 34.77%
BLUE value IS 159 (62.5% from 255) = 26.32%
R=38.91%
G=34.77%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521015900.110.320.0840.2665.5277.25
HexEBD29F0B20828424d
Octal353322237013401050102115
Binary11101011110100101001111101011100000100010100010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD29F; }

 p { color: rgb(235,210,159); }

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

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

 a { background-color: rgb(235,210,159); }

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

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

 span { border-color: rgb(235,210,159); }

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