Html Css Color HEX #E6C29E New Tan

📋 copy color: '#E6C29E'

red 230 ◦ green 194 ◦ blue 158

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

Shades of New Tan #E6C29E

Tints of New Tan #E6C29E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.15%

R = 39.52%
G = 33.33%
B = 27.15%

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

#E6C29E (or 0xE6C29E) is known color: New Tan. HEX triplet: E6, C2 and 9E. RGB value is (230,194,158). Sum of RGB (Red+Green+Blue) = 230+194+158=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 158 (62.11% from 255 or 27.15% from 582); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C29E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C29E is #193D61. Grayscale: #C8C8C8. Windows color (decimal): -1654114 or 10404582. OLE color: 10404582.

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

Color convert

RGB 230 194 158 -
CMYK 0 0.16 0.31 0.10
HSL 30º 0.59% 0.76% -
HSV(B) 30º 0.31% 0.9% -
XYZ 58.1 57.88 40.46 -
YUV 200.66 103.93 148.93 -
System Red Green Blue C M Y K H S L
Decimal 230 194 158 0 0.16 0.31 0.10 30 0.59 0.76
Hex E6 C2 9E 0 10 1F A 1E 3B 4C
Octal 346 302 236 0 20 37 12 36 73 114
Binary 11100110 11000010 10011110 0 10000 11111 1010 11110 111011 1001100

Color Harmonies of #E6C29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C29E

Black with #E6C29E

Text Example


Text Example

White with #E6C29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C29E; }

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

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

background-color css

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

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

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

border-color css

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

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

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