Html Css Color HEX #EBDA9F Hampton

📋 copy color: '#EBDA9F'

red 235 ◦ green 218 ◦ blue 159

#EBDA9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hampton #EBDA9F

Tints of Hampton #EBDA9F

RGB

 RED value IS 235 (92.19% from 255) = 38.4%

 GREEN value IS 218 (85.55% from 255) = 35.62%

 BLUE value IS 159 (62.5% from 255) = 25.98%

R = 38.4%
G = 35.62%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EBDA9F (or 0xEBDA9F) is known color: Hampton. HEX triplet: EB, DA and 9F. RGB value is (235,218,159). Sum of RGB (Red+Green+Blue) = 235+218+159=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 159 (62.5% from 255 or 25.98% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDA9F is #142560. Grayscale: #D8D8D8. Windows color (decimal): -1320289 or 10476267. OLE color: 10476267.

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

Color convert

RGB 235 218 159 -
CMYK 0 0.07 0.32 0.08
HSL 46.58º 0.66% 0.77% -
HSV(B) 46.58º 0.32% 0.92% -
XYZ 65.59 70.31 42.91 -
YUV 216.36 95.63 141.3 -
System Red Green Blue C M Y K H S L
Decimal 235 218 159 0 0.07 0.32 0.08 46.58 0.66 0.77
Hex EB DA 9F 0 7 20 8 2F 42 4D
Octal 353 332 237 0 7 40 10 57 102 115
Binary 11101011 11011010 10011111 0 111 100000 1000 101111 1000010 1001101

Color Harmonies of #EBDA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA9F

Black with #EBDA9F

Text Example


Text Example

White with #EBDA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA9F; }

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

 H1.HeaderClassName
 {
   color: #EBDA9F;
 }
 .AnyTagClassName
 {
   color: #EBDA9F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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