Html Css Color HEX #E6C495 New Tan

📋 copy color: '#E6C495'

red 230 ◦ green 196 ◦ blue 149

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

Shades of New Tan #E6C495

Tints of New Tan #E6C495

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.09%

 BLUE value IS 149 (58.59% from 255) = 25.91%

R = 40%
G = 34.09%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E6C495 (or 0xE6C495) is known color: New Tan. HEX triplet: E6, C4 and 95. RGB value is (230,196,149). Sum of RGB (Red+Green+Blue) = 230+196+149=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 149 (58.59% from 255 or 25.91% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C495 is #193B6A. Grayscale: #C9C9C9. Windows color (decimal): -1653611 or 9815270. OLE color: 9815270.

HSL color Cylindrical-coordinate representation of color #E6C495: hue angle of 34.81º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E6C495 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 196 149 -
CMYK 0 0.15 0.35 0.10
HSL 34.81º 0.62% 0.74% -
HSV(B) 34.81º 0.35% 0.9% -
XYZ 57.8 58.47 36.67 -
YUV 200.81 98.76 148.82 -
System Red Green Blue C M Y K H S L
Decimal 230 196 149 0 0.15 0.35 0.10 34.81 0.62 0.74
Hex E6 C4 95 0 F 23 A 23 3E 4A
Octal 346 304 225 0 17 43 12 43 76 112
Binary 11100110 11000100 10010101 0 1111 100011 1010 100011 111110 1001010

Color Harmonies of #E6C495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C495

Black with #E6C495

Text Example


Text Example

White with #E6C495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C495; }

 p { color: rgb(230,196,149); }

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

background-color css

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

 a { background-color: rgb(230,196,149); }

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

border-color css

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

 span { border-color: rgb(230,196,149); }

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