Html Css Color HEX #E2B88D Pancho

📋 copy color: '#E2B88D'

red 226 ◦ green 184 ◦ blue 141

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

Shades of Pancho #E2B88D

Tints of Pancho #E2B88D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.39%

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

R = 41.02%
G = 33.39%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2B88D (or 0xE2B88D) is known color: Pancho. HEX triplet: E2, B8 and 8D. RGB value is (226,184,141). Sum of RGB (Red+Green+Blue) = 226+184+141=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 184 (72.27% from 255 or 33.39% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B88D is #1D4772. Grayscale: #BFBFBF. Windows color (decimal): -1918835 or 9287906. OLE color: 9287906.

HSL color Cylindrical-coordinate representation of color #E2B88D: hue angle of 30.35º 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 #E2B88D is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 184 141 -
CMYK 0 0.19 0.38 0.11
HSL 30.35º 0.59% 0.72% -
HSV(B) 30.35º 0.38% 0.89% -
XYZ 53.31 52.37 32.5 -
YUV 191.66 99.41 152.5 -
System Red Green Blue C M Y K H S L
Decimal 226 184 141 0 0.19 0.38 0.11 30.35 0.59 0.72
Hex E2 B8 8D 0 13 26 B 1E 3B 48
Octal 342 270 215 0 23 46 13 36 73 110
Binary 11100010 10111000 10001101 0 10011 100110 1011 11110 111011 1001000

Color Harmonies of #E2B88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B88D

Black with #E2B88D

Text Example


Text Example

White with #E2B88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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