Html Css Color HEX #E2B98D Pancho

📋 copy color: '#E2B98D'

red 226 ◦ green 185 ◦ blue 141

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

Shades of Pancho #E2B98D

Tints of Pancho #E2B98D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.54%

R = 40.94%
G = 33.51%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2B98D (or 0xE2B98D) is known color: Pancho. HEX triplet: E2, B9 and 8D. RGB value is (226,185,141). Sum of RGB (Red+Green+Blue) = 226+185+141=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B98D is #1D4672. Grayscale: #C0C0C0. Windows color (decimal): -1918579 or 9288162. OLE color: 9288162.

HSL color Cylindrical-coordinate representation of color #E2B98D: hue angle of 31.06º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2B98D is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 185 141 -
CMYK 0 0.18 0.38 0.11
HSL 31.06º 0.59% 0.72% -
HSV(B) 31.06º 0.38% 0.89% -
XYZ 53.52 52.79 32.57 -
YUV 192.24 99.08 152.08 -
System Red Green Blue C M Y K H S L
Decimal 226 185 141 0 0.18 0.38 0.11 31.06 0.59 0.72
Hex E2 B9 8D 0 12 26 B 1F 3B 48
Octal 342 271 215 0 22 46 13 37 73 110
Binary 11100010 10111001 10001101 0 10010 100110 1011 11111 111011 1001000

Color Harmonies of #E2B98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B98D

Black with #E2B98D

Text Example


Text Example

White with #E2B98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B98D; }

 p { color: rgb(226,185,141); }

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

background-color css

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

 a { background-color: rgb(226,185,141); }

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

border-color css

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

 span { border-color: rgb(226,185,141); }

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