Html Css Color HEX #E6B995 Pancho

📋 copy color: '#E6B995'

red 230 ◦ green 185 ◦ blue 149

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

Shades of Pancho #E6B995

Tints of Pancho #E6B995

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.8%

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

R = 40.78%
G = 32.8%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E6B995 (or 0xE6B995) is known color: Pancho. HEX triplet: E6, B9 and 95. RGB value is (230,185,149). Sum of RGB (Red+Green+Blue) = 230+185+149=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 185 (72.66% from 255 or 32.80% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B995 is #19466A. Grayscale: #C2C2C2. Windows color (decimal): -1656427 or 9812454. OLE color: 9812454.

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

Color convert

RGB 230 185 149 -
CMYK 0 0.20 0.35 0.10
HSL 26.67º 0.62% 0.74% -
HSV(B) 26.67º 0.35% 0.9% -
XYZ 55.41 53.69 35.88 -
YUV 194.35 102.41 153.43 -
System Red Green Blue C M Y K H S L
Decimal 230 185 149 0 0.20 0.35 0.10 26.67 0.62 0.74
Hex E6 B9 95 0 14 23 A 1B 3E 4A
Octal 346 271 225 0 24 43 12 33 76 112
Binary 11100110 10111001 10010101 0 10100 100011 1010 11011 111110 1001010

Color Harmonies of #E6B995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B995

Black with #E6B995

Text Example


Text Example

White with #E6B995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B995; }

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

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

background-color css

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

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

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

border-color css

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

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

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