Html Css Color HEX #E5BF90 Pancho

📋 copy color: '#E5BF90'

red 229 ◦ green 191 ◦ blue 144

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

Shades of Pancho #E5BF90

Tints of Pancho #E5BF90

RGB

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

 GREEN value IS 191 (75% from 255) = 33.87%

 BLUE value IS 144 (56.64% from 255) = 25.53%

R = 40.6%
G = 33.87%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E5BF90 (or 0xE5BF90) is known color: Pancho. HEX triplet: E5, BF and 90. RGB value is (229,191,144). Sum of RGB (Red+Green+Blue) = 229+191+144=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 144 (56.64% from 255 or 25.53% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BF90 is #1A406F. Grayscale: #C5C5C5. Windows color (decimal): -1720432 or 9486309. OLE color: 9486309.

HSL color Cylindrical-coordinate representation of color #E5BF90: hue angle of 33.18º 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 #E5BF90 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 191 144 -
CMYK 0 0.17 0.37 0.10
HSL 33.18º 0.62% 0.73% -
HSV(B) 33.18º 0.37% 0.9% -
XYZ 55.98 55.93 34.23 -
YUV 197 98.09 150.82 -
System Red Green Blue C M Y K H S L
Decimal 229 191 144 0 0.17 0.37 0.10 33.18 0.62 0.73
Hex E5 BF 90 0 11 25 A 21 3E 49
Octal 345 277 220 0 21 45 12 41 76 111
Binary 11100101 10111111 10010000 0 10001 100101 1010 100001 111110 1001001

Color Harmonies of #E5BF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BF90

Black with #E5BF90

Text Example


Text Example

White with #E5BF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BF90; }

 p { color: rgb(229,191,144); }

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

background-color css

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

 a { background-color: rgb(229,191,144); }

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

border-color css

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

 span { border-color: rgb(229,191,144); }

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