Html Css Color HEX #E6D79C Hampton

📋 copy color: '#E6D79C'

red 230 ◦ green 215 ◦ blue 156

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

Shades of Hampton #E6D79C

Tints of Hampton #E6D79C

RGB

 RED value IS 230 (90.23% from 255) = 38.27%

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

 BLUE value IS 156 (61.33% from 255) = 25.96%

R = 38.27%
G = 35.77%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6D79C (or 0xE6D79C) is known color: Hampton. HEX triplet: E6, D7 and 9C. RGB value is (230,215,156). Sum of RGB (Red+Green+Blue) = 230+215+156=601 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.27% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 156 (61.33% from 255 or 25.96% from 601); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D79C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D79C is #192863. Grayscale: #D5D5D5. Windows color (decimal): -1648740 or 10278886. OLE color: 10278886.

HSL color Cylindrical-coordinate representation of color #E6D79C: hue angle of 47.84º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6D79C is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 215 156 -
CMYK 0 0.07 0.32 0.10
HSL 47.84º 0.6% 0.76% -
HSV(B) 47.84º 0.32% 0.9% -
XYZ 62.93 67.82 41.23 -
YUV 212.76 95.97 140.3 -
System Red Green Blue C M Y K H S L
Decimal 230 215 156 0 0.07 0.32 0.10 47.84 0.6 0.76
Hex E6 D7 9C 0 7 20 A 30 3C 4C
Octal 346 327 234 0 7 40 12 60 74 114
Binary 11100110 11010111 10011100 0 111 100000 1010 110000 111100 1001100

Color Harmonies of #E6D79C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D79C

Black with #E6D79C

Text Example


Text Example

White with #E6D79C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D79C; }

 p { color: rgb(230,215,156); }

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

background-color css

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

 a { background-color: rgb(230,215,156); }

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

border-color css

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

 span { border-color: rgb(230,215,156); }

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