Html Css Color HEX #E1B08F Pancho

📋 copy color: '#E1B08F'

red 225 ◦ green 176 ◦ blue 143

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

Shades of Pancho #E1B08F

Tints of Pancho #E1B08F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.35%

 BLUE value IS 143 (56.25% from 255) = 26.29%

R = 41.36%
G = 32.35%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E1B08F (or 0xE1B08F) is known color: Pancho. HEX triplet: E1, B0 and 8F. RGB value is (225,176,143). Sum of RGB (Red+Green+Blue) = 225+176+143=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 143 (56.25% from 255 or 26.29% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B08F is #1E4F70. Grayscale: #BBBBBB. Windows color (decimal): -1986417 or 9416929. OLE color: 9416929.

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

Color convert

RGB 225 176 143 -
CMYK 0 0.22 0.36 0.12
HSL 24.15º 0.58% 0.72% -
HSV(B) 24.15º 0.36% 0.88% -
XYZ 51.53 49.04 32.74 -
YUV 186.89 103.23 155.18 -
System Red Green Blue C M Y K H S L
Decimal 225 176 143 0 0.22 0.36 0.12 24.15 0.58 0.72
Hex E1 B0 8F 0 16 24 C 18 3A 48
Octal 341 260 217 0 26 44 14 30 72 110
Binary 11100001 10110000 10001111 0 10110 100100 1100 11000 111010 1001000

Color Harmonies of #E1B08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B08F

Black with #E1B08F

Text Example


Text Example

White with #E1B08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B08F; }

 p { color: rgb(225,176,143); }

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

background-color css

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

 a { background-color: rgb(225,176,143); }

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

border-color css

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

 span { border-color: rgb(225,176,143); }

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