Html Css Color HEX #E6C29F New Tan

📋 copy color: '#E6C29F'

red 230 ◦ green 194 ◦ blue 159

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

Shades of New Tan #E6C29F

Tints of New Tan #E6C29F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.28%

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

R = 39.45%
G = 33.28%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E6C29F (or 0xE6C29F) is known color: New Tan. HEX triplet: E6, C2 and 9F. RGB value is (230,194,159). Sum of RGB (Red+Green+Blue) = 230+194+159=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 159 (62.5% from 255 or 27.27% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C29F is #193D60. Grayscale: #C8C8C8. Windows color (decimal): -1654113 or 10470118. OLE color: 10470118.

HSL color Cylindrical-coordinate representation of color #E6C29F: hue angle of 29.58º 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 #E6C29F is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 194 159 -
CMYK 0 0.16 0.31 0.10
HSL 29.58º 0.59% 0.76% -
HSV(B) 29.58º 0.31% 0.9% -
XYZ 58.18 57.91 40.91 -
YUV 200.77 104.43 148.85 -
System Red Green Blue C M Y K H S L
Decimal 230 194 159 0 0.16 0.31 0.10 29.58 0.59 0.76
Hex E6 C2 9F 0 10 1F A 1E 3B 4C
Octal 346 302 237 0 20 37 12 36 73 114
Binary 11100110 11000010 10011111 0 10000 11111 1010 11110 111011 1001100

Color Harmonies of #E6C29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C29F

Black with #E6C29F

Text Example


Text Example

White with #E6C29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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