Html Css Color HEX #EBD79F Hampton

📋 copy color: '#EBD79F'

red 235 ◦ green 215 ◦ blue 159

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

Shades of Hampton #EBD79F

Tints of Hampton #EBD79F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.3%

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

R = 38.59%
G = 35.3%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EBD79F (or 0xEBD79F) is known color: Hampton. HEX triplet: EB, D7 and 9F. RGB value is (235,215,159). Sum of RGB (Red+Green+Blue) = 235+215+159=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 215 (84.38% from 255 or 35.30% from 609); Blue value is 159 (62.5% from 255 or 26.11% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD79F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD79F is #142860. Grayscale: #D6D6D6. Windows color (decimal): -1321057 or 10475499. OLE color: 10475499.

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

Color convert

RGB 235 215 159 -
CMYK 0 0.09 0.32 0.08
HSL 44.21º 0.66% 0.77% -
HSV(B) 44.21º 0.32% 0.92% -
XYZ 64.82 68.77 42.66 -
YUV 214.6 96.63 142.55 -
System Red Green Blue C M Y K H S L
Decimal 235 215 159 0 0.09 0.32 0.08 44.21 0.66 0.77
Hex EB D7 9F 0 9 20 8 2C 42 4D
Octal 353 327 237 0 11 40 10 54 102 115
Binary 11101011 11010111 10011111 0 1001 100000 1000 101100 1000010 1001101

Color Harmonies of #EBD79F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD79F

Black with #EBD79F

Text Example


Text Example

White with #EBD79F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD79F; }

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

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

background-color css

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

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

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

border-color css

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

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

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