Html Css Color HEX #E9BD95 Pancho

📋 copy color: '#E9BD95'

red 233 ◦ green 189 ◦ blue 149

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

Shades of Pancho #E9BD95

Tints of Pancho #E9BD95

RGB

 RED value IS 233 (91.41% from 255) = 40.81%

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

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

R = 40.81%
G = 33.1%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E9BD95 (or 0xE9BD95) is known color: Pancho. HEX triplet: E9, BD and 95. RGB value is (233,189,149). Sum of RGB (Red+Green+Blue) = 233+189+149=571 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.81% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 149 (58.59% from 255 or 26.09% from 571); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BD95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BD95 is #16426A. Grayscale: #C5C5C5. Windows color (decimal): -1458795 or 9813481. OLE color: 9813481.

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

Color convert

RGB 233 189 149 -
CMYK 0 0.19 0.36 0.09
HSL 28.57º 0.66% 0.75% -
HSV(B) 28.57º 0.36% 0.91% -
XYZ 57.23 55.89 36.21 -
YUV 197.6 100.58 153.25 -
System Red Green Blue C M Y K H S L
Decimal 233 189 149 0 0.19 0.36 0.09 28.57 0.66 0.75
Hex E9 BD 95 0 13 24 9 1D 42 4B
Octal 351 275 225 0 23 44 11 35 102 113
Binary 11101001 10111101 10010101 0 10011 100100 1001 11101 1000010 1001011

Color Harmonies of #E9BD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BD95

Black with #E9BD95

Text Example


Text Example

White with #E9BD95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BD95; }

 p { color: rgb(233,189,149); }

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

background-color css

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

 a { background-color: rgb(233,189,149); }

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

border-color css

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

 span { border-color: rgb(233,189,149); }

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