Html Css Color HEX #E7C095 Pancho

📋 copy color: '#E7C095'

red 231 ◦ green 192 ◦ blue 149

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

Shades of Pancho #E7C095

Tints of Pancho #E7C095

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.57%

 BLUE value IS 149 (58.59% from 255) = 26.05%

R = 40.38%
G = 33.57%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E7C095 (or 0xE7C095) is known color: Pancho. HEX triplet: E7, C0 and 95. RGB value is (231,192,149). Sum of RGB (Red+Green+Blue) = 231+192+149=572 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.38% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C095 is #183F6A. Grayscale: #C6C6C6. Windows color (decimal): -1589099 or 9814247. OLE color: 9814247.

HSL color Cylindrical-coordinate representation of color #E7C095: hue angle of 31.46º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E7C095 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 192 149 -
CMYK 0 0.17 0.35 0.09
HSL 31.46º 0.63% 0.75% -
HSV(B) 31.46º 0.35% 0.91% -
XYZ 57.23 56.86 36.39 -
YUV 198.76 99.92 151 -
System Red Green Blue C M Y K H S L
Decimal 231 192 149 0 0.17 0.35 0.09 31.46 0.63 0.75
Hex E7 C0 95 0 11 23 9 1F 3F 4B
Octal 347 300 225 0 21 43 11 37 77 113
Binary 11100111 11000000 10010101 0 10001 100011 1001 11111 111111 1001011

Color Harmonies of #E7C095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C095

Black with #E7C095

Text Example


Text Example

White with #E7C095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C095; }

 p { color: rgb(231,192,149); }

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

background-color css

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

 a { background-color: rgb(231,192,149); }

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

border-color css

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

 span { border-color: rgb(231,192,149); }

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