Html Css Color HEX #E5C291 Pancho

📋 copy color: '#E5C291'

red 229 ◦ green 194 ◦ blue 145

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

Shades of Pancho #E5C291

Tints of Pancho #E5C291

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.15%

 BLUE value IS 145 (57.03% from 255) = 25.53%

R = 40.32%
G = 34.15%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E5C291 (or 0xE5C291) is known color: Pancho. HEX triplet: E5, C2 and 91. RGB value is (229,194,145). Sum of RGB (Red+Green+Blue) = 229+194+145=568 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.32% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 145 (57.03% from 255 or 25.53% from 568); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C291 is #1A3D6E. Grayscale: #C7C7C7. Windows color (decimal): -1719663 or 9552613. OLE color: 9552613.

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

Color convert

RGB 229 194 145 -
CMYK 0 0.15 0.37 0.10
HSL 35º 0.62% 0.73% -
HSV(B) 35º 0.37% 0.9% -
XYZ 56.72 57.29 34.86 -
YUV 198.88 97.6 149.48 -
System Red Green Blue C M Y K H S L
Decimal 229 194 145 0 0.15 0.37 0.10 35 0.62 0.73
Hex E5 C2 91 0 F 25 A 23 3E 49
Octal 345 302 221 0 17 45 12 43 76 111
Binary 11100101 11000010 10010001 0 1111 100101 1010 100011 111110 1001001

Color Harmonies of #E5C291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C291

Black with #E5C291

Text Example


Text Example

White with #E5C291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C291; }

 p { color: rgb(229,194,145); }

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

background-color css

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

 a { background-color: rgb(229,194,145); }

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

border-color css

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

 span { border-color: rgb(229,194,145); }

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