Html Css Color HEX #E6B395 Pancho

📋 copy color: '#E6B395'

red 230 ◦ green 179 ◦ blue 149

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

Shades of Pancho #E6B395

Tints of Pancho #E6B395

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.08%

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

R = 41.22%
G = 32.08%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E6B395 (or 0xE6B395) is known color: Pancho. HEX triplet: E6, B3 and 95. RGB value is (230,179,149). Sum of RGB (Red+Green+Blue) = 230+179+149=558 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.22% from 558); Green value is 179 (70.31% from 255 or 32.08% from 558); Blue value is 149 (58.59% from 255 or 26.70% from 558); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B395 is #194C6A. Grayscale: #BFBFBF. Windows color (decimal): -1657963 or 9810918. OLE color: 9810918.

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

Color convert

RGB 230 179 149 -
CMYK 0 0.22 0.35 0.10
HSL 22.22º 0.62% 0.74% -
HSV(B) 22.22º 0.35% 0.9% -
XYZ 54.18 51.23 35.47 -
YUV 190.83 104.4 155.94 -
System Red Green Blue C M Y K H S L
Decimal 230 179 149 0 0.22 0.35 0.10 22.22 0.62 0.74
Hex E6 B3 95 0 16 23 A 16 3E 4A
Octal 346 263 225 0 26 43 12 26 76 112
Binary 11100110 10110011 10010101 0 10110 100011 1010 10110 111110 1001010

Color Harmonies of #E6B395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B395

Black with #E6B395

Text Example


Text Example

White with #E6B395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B395; }

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

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

background-color css

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

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

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

border-color css

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

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

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