Html Css Color HEX #E5BC92 Pancho

📋 copy color: '#E5BC92'

red 229 ◦ green 188 ◦ blue 146

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

Shades of Pancho #E5BC92

Tints of Pancho #E5BC92

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.39%

 BLUE value IS 146 (57.42% from 255) = 25.93%

R = 40.67%
G = 33.39%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E5BC92 (or 0xE5BC92) is known color: Pancho. HEX triplet: E5, BC and 92. RGB value is (229,188,146). Sum of RGB (Red+Green+Blue) = 229+188+146=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 146 (57.42% from 255 or 25.93% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BC92 is #1A436D. Grayscale: #C3C3C3. Windows color (decimal): -1721198 or 9616613. OLE color: 9616613.

HSL color Cylindrical-coordinate representation of color #E5BC92: hue angle of 30.36º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E5BC92 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 188 146 -
CMYK 0 0.18 0.36 0.10
HSL 30.36º 0.61% 0.74% -
HSV(B) 30.36º 0.36% 0.9% -
XYZ 55.48 54.7 34.83 -
YUV 195.47 100.08 151.92 -
System Red Green Blue C M Y K H S L
Decimal 229 188 146 0 0.18 0.36 0.10 30.36 0.61 0.74
Hex E5 BC 92 0 12 24 A 1E 3D 4A
Octal 345 274 222 0 22 44 12 36 75 112
Binary 11100101 10111100 10010010 0 10010 100100 1010 11110 111101 1001010

Color Harmonies of #E5BC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BC92

Black with #E5BC92

Text Example


Text Example

White with #E5BC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BC92; }

 p { color: rgb(229,188,146); }

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

background-color css

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

 a { background-color: rgb(229,188,146); }

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

border-color css

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

 span { border-color: rgb(229,188,146); }

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