Html Css Color HEX #E7BD8C Pancho

📋 copy color: '#E7BD8C'

red 231 ◦ green 189 ◦ blue 140

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

Shades of Pancho #E7BD8C

Tints of Pancho #E7BD8C

RGB

 RED value IS 231 (90.63% from 255) = 41.25%

 GREEN value IS 189 (74.22% from 255) = 33.75%

 BLUE value IS 140 (55.08% from 255) = 25%

R = 41.25%
G = 33.75%
B = 25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E7BD8C (or 0xE7BD8C) is known color: Pancho. HEX triplet: E7, BD and 8C. RGB value is (231,189,140). Sum of RGB (Red+Green+Blue) = 231+189+140=560 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.25% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 140 (55.08% from 255 or 25% from 560); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BD8C is #184273. Grayscale: #C4C4C4. Windows color (decimal): -1589876 or 9223655. OLE color: 9223655.

HSL color Cylindrical-coordinate representation of color #E7BD8C: hue angle of 32.31º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E7BD8C is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 189 140 -
CMYK 0 0.18 0.39 0.09
HSL 32.31º 0.65% 0.73% -
HSV(B) 32.31º 0.39% 0.91% -
XYZ 55.89 55.28 32.54 -
YUV 195.97 96.41 152.98 -
System Red Green Blue C M Y K H S L
Decimal 231 189 140 0 0.18 0.39 0.09 32.31 0.65 0.73
Hex E7 BD 8C 0 12 27 9 20 41 49
Octal 347 275 214 0 22 47 11 40 101 111
Binary 11100111 10111101 10001100 0 10010 100111 1001 100000 1000001 1001001

Color Harmonies of #E7BD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BD8C

Black with #E7BD8C

Text Example


Text Example

White with #E7BD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BD8C; }

 p { color: rgb(231,189,140); }

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

background-color css

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

 a { background-color: rgb(231,189,140); }

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

border-color css

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

 span { border-color: rgb(231,189,140); }

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