Html Css Color HEX #E5B28E Pancho

📋 copy color: '#E5B28E'

red 229 ◦ green 178 ◦ blue 142

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

Shades of Pancho #E5B28E

Tints of Pancho #E5B28E

RGB

 RED value IS 229 (89.84% from 255) = 41.71%

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

 BLUE value IS 142 (55.86% from 255) = 25.87%

R = 41.71%
G = 32.42%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E5B28E (or 0xE5B28E) is known color: Pancho. HEX triplet: E5, B2 and 8E. RGB value is (229,178,142). Sum of RGB (Red+Green+Blue) = 229+178+142=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 178 (69.92% from 255 or 32.42% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5B28E is #1A4D71. Grayscale: #BDBDBD. Windows color (decimal): -1723762 or 9351909. OLE color: 9351909.

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

Color convert

RGB 229 178 142 -
CMYK 0 0.22 0.38 0.10
HSL 24.83º 0.63% 0.73% -
HSV(B) 24.83º 0.38% 0.9% -
XYZ 53.12 50.45 32.53 -
YUV 189.15 101.4 156.43 -
System Red Green Blue C M Y K H S L
Decimal 229 178 142 0 0.22 0.38 0.10 24.83 0.63 0.73
Hex E5 B2 8E 0 16 26 A 19 3F 49
Octal 345 262 216 0 26 46 12 31 77 111
Binary 11100101 10110010 10001110 0 10110 100110 1010 11001 111111 1001001

Color Harmonies of #E5B28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B28E

Black with #E5B28E

Text Example


Text Example

White with #E5B28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B28E; }

 p { color: rgb(229,178,142); }

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

background-color css

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

 a { background-color: rgb(229,178,142); }

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

border-color css

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

 span { border-color: rgb(229,178,142); }

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