Html Css Color HEX #E6B291 Pancho

📋 copy color: '#E6B291'

red 230 ◦ green 178 ◦ blue 145

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

Shades of Pancho #E6B291

Tints of Pancho #E6B291

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.19%

 BLUE value IS 145 (57.03% from 255) = 26.22%

R = 41.59%
G = 32.19%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E6B291 (or 0xE6B291) is known color: Pancho. HEX triplet: E6, B2 and 91. RGB value is (230,178,145). Sum of RGB (Red+Green+Blue) = 230+178+145=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 145 (57.03% from 255 or 26.22% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6B291 is #194D6E. Grayscale: #BDBDBD. Windows color (decimal): -1658223 or 9548518. OLE color: 9548518.

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

Color convert

RGB 230 178 145 -
CMYK 0 0.23 0.37 0.10
HSL 23.29º 0.63% 0.74% -
HSV(B) 23.29º 0.37% 0.9% -
XYZ 53.66 50.71 33.75 -
YUV 189.79 102.73 156.68 -
System Red Green Blue C M Y K H S L
Decimal 230 178 145 0 0.23 0.37 0.10 23.29 0.63 0.74
Hex E6 B2 91 0 17 25 A 17 3F 4A
Octal 346 262 221 0 27 45 12 27 77 112
Binary 11100110 10110010 10010001 0 10111 100101 1010 10111 111111 1001010

Color Harmonies of #E6B291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B291

Black with #E6B291

Text Example


Text Example

White with #E6B291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B291; }

 p { color: rgb(230,178,145); }

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

background-color css

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

 a { background-color: rgb(230,178,145); }

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

border-color css

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

 span { border-color: rgb(230,178,145); }

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