Html Css Color HEX #E6B394 Pancho

📋 copy color: '#E6B394'

red 230 ◦ green 179 ◦ blue 148

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

Shades of Pancho #E6B394

Tints of Pancho #E6B394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.57%

R = 41.29%
G = 32.14%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E6B394 (or 0xE6B394) is known color: Pancho. HEX triplet: E6, B3 and 94. RGB value is (230,179,148). Sum of RGB (Red+Green+Blue) = 230+179+148=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 179 (70.31% from 255 or 32.14% from 557); Blue value is 148 (58.20% from 255 or 26.57% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B394 is #194C6B. Grayscale: #BEBEBE. Windows color (decimal): -1657964 or 9745382. OLE color: 9745382.

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

Color convert

RGB 230 179 148 -
CMYK 0 0.22 0.36 0.10
HSL 22.68º 0.62% 0.74% -
HSV(B) 22.68º 0.36% 0.9% -
XYZ 54.1 51.2 35.05 -
YUV 190.72 103.9 156.02 -
System Red Green Blue C M Y K H S L
Decimal 230 179 148 0 0.22 0.36 0.10 22.68 0.62 0.74
Hex E6 B3 94 0 16 24 A 17 3E 4A
Octal 346 263 224 0 26 44 12 27 76 112
Binary 11100110 10110011 10010100 0 10110 100100 1010 10111 111110 1001010

Color Harmonies of #E6B394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B394

Black with #E6B394

Text Example


Text Example

White with #E6B394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B394; }

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

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

background-color css

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

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

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

border-color css

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

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

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