Html Css Color HEX #E6D39F Hampton

📋 copy color: '#E6D39F'

red 230 ◦ green 211 ◦ blue 159

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

Shades of Hampton #E6D39F

Tints of Hampton #E6D39F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.17%

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

R = 38.33%
G = 35.17%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E6D39F (or 0xE6D39F) is known color: Hampton. HEX triplet: E6, D3 and 9F. RGB value is (230,211,159). Sum of RGB (Red+Green+Blue) = 230+211+159=600 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.33% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 159 (62.5% from 255 or 26.5% from 600); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D39F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D39F is #192C60. Grayscale: #D2D2D2. Windows color (decimal): -1649761 or 10474470. OLE color: 10474470.

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

Color convert

RGB 230 211 159 -
CMYK 0 0.08 0.31 0.10
HSL 43.94º 0.59% 0.76% -
HSV(B) 43.94º 0.31% 0.9% -
XYZ 62.19 65.91 42.25 -
YUV 210.75 98.79 141.73 -
System Red Green Blue C M Y K H S L
Decimal 230 211 159 0 0.08 0.31 0.10 43.94 0.59 0.76
Hex E6 D3 9F 0 8 1F A 2C 3B 4C
Octal 346 323 237 0 10 37 12 54 73 114
Binary 11100110 11010011 10011111 0 1000 11111 1010 101100 111011 1001100

Color Harmonies of #E6D39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D39F

Black with #E6D39F

Text Example


Text Example

White with #E6D39F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D39F; }

 p { color: rgb(230,211,159); }

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

background-color css

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

 a { background-color: rgb(230,211,159); }

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

border-color css

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

 span { border-color: rgb(230,211,159); }

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