#EADB9B

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

Shades of Hampton #EADB9B

Tints of Hampton #EADB9B

Color information

#EADB9B (or 0xEADB9B) is unknown color: approx Hampton. HEX triplet: EA, DB and 9B. RGB value is (234,219,155). Sum of RGB (Red+Green+Blue) = 234+219+155=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 155 (60.94% from 255 or 25.49% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADB9B is #152464. Grayscale: #D8D8D8. Windows color (decimal): -1385573 or 10214378. OLE color: 10214378.

HSL color Cylindrical-coordinate representation of color #EADB9B: hue angle of 48.61º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EADB9B is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB234219155-
CMYK00.060.340.08
HSL48.61º65.29%76.27%-
HSV(B)48.61º33.76%91.76%-
XYZ65.1870.5241.19-
YUV216.1993.47140.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.49%
GREEN value IS 219 (85.94% from 255) = 36.02%
BLUE value IS 155 (60.94% from 255) = 25.49%
R=38.49%
G=36.02%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421915500.060.340.0848.6165.2976.27
HexEADB9B0622831414c
Octal35233323306421061101114
Binary1110101011011011100110110110100010100011000110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADB9B; }

 p { color: rgb(234,219,155); }

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

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

 a { background-color: rgb(234,219,155); }

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

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

 span { border-color: rgb(234,219,155); }

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