Html Css Color HEX #E1B28D Pancho

📋 copy color: '#E1B28D'

red 225 ◦ green 178 ◦ blue 141

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

Shades of Pancho #E1B28D

Tints of Pancho #E1B28D

RGB

 RED value IS 225 (88.28% from 255) = 41.36%

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

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

R = 41.36%
G = 32.72%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E1B28D (or 0xE1B28D) is known color: Pancho. HEX triplet: E1, B2 and 8D. RGB value is (225,178,141). Sum of RGB (Red+Green+Blue) = 225+178+141=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B28D is #1E4D72. Grayscale: #BCBCBC. Windows color (decimal): -1985907 or 9286369. OLE color: 9286369.

HSL color Cylindrical-coordinate representation of color #E1B28D: hue angle of 26.43º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E1B28D is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 178 141 -
CMYK 0 0.21 0.37 0.12
HSL 26.43º 0.58% 0.72% -
HSV(B) 26.43º 0.37% 0.88% -
XYZ 51.78 49.77 32.08 -
YUV 187.84 101.57 154.51 -
System Red Green Blue C M Y K H S L
Decimal 225 178 141 0 0.21 0.37 0.12 26.43 0.58 0.72
Hex E1 B2 8D 0 15 25 C 1A 3A 48
Octal 341 262 215 0 25 45 14 32 72 110
Binary 11100001 10110010 10001101 0 10101 100101 1100 11010 111010 1001000

Color Harmonies of #E1B28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B28D

Black with #E1B28D

Text Example


Text Example

White with #E1B28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B28D; }

 p { color: rgb(225,178,141); }

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

background-color css

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

 a { background-color: rgb(225,178,141); }

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

border-color css

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

 span { border-color: rgb(225,178,141); }

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