Html Css Color HEX #E2BE92 Pancho

📋 copy color: '#E2BE92'

red 226 ◦ green 190 ◦ blue 146

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

Shades of Pancho #E2BE92

Tints of Pancho #E2BE92

RGB

 RED value IS 226 (88.67% from 255) = 40.21%

 GREEN value IS 190 (74.61% from 255) = 33.81%

 BLUE value IS 146 (57.42% from 255) = 25.98%

R = 40.21%
G = 33.81%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E2BE92 (or 0xE2BE92) is known color: Pancho. HEX triplet: E2, BE and 92. RGB value is (226,190,146). Sum of RGB (Red+Green+Blue) = 226+190+146=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 146 (57.42% from 255 or 25.98% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BE92 is #1D416D. Grayscale: #C3C3C3. Windows color (decimal): -1917294 or 9617122. OLE color: 9617122.

HSL color Cylindrical-coordinate representation of color #E2BE92: hue angle of 33º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2BE92 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 190 146 -
CMYK 0 0.16 0.35 0.11
HSL 33º 0.58% 0.73% -
HSV(B) 33º 0.35% 0.89% -
XYZ 54.97 55.07 34.93 -
YUV 195.75 99.93 149.58 -
System Red Green Blue C M Y K H S L
Decimal 226 190 146 0 0.16 0.35 0.11 33 0.58 0.73
Hex E2 BE 92 0 10 23 B 21 3A 49
Octal 342 276 222 0 20 43 13 41 72 111
Binary 11100010 10111110 10010010 0 10000 100011 1011 100001 111010 1001001

Color Harmonies of #E2BE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BE92

Black with #E2BE92

Text Example


Text Example

White with #E2BE92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BE92; }

 p { color: rgb(226,190,146); }

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

background-color css

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

 a { background-color: rgb(226,190,146); }

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

border-color css

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

 span { border-color: rgb(226,190,146); }

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