Html Css Color HEX #E0BE95 Pancho

📋 copy color: '#E0BE95'

red 224 ◦ green 190 ◦ blue 149

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

Shades of Pancho #E0BE95

Tints of Pancho #E0BE95

RGB

 RED value IS 224 (87.89% from 255) = 39.79%

 GREEN value IS 190 (74.61% from 255) = 33.75%

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

R = 39.79%
G = 33.75%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E0BE95 (or 0xE0BE95) is known color: Pancho. HEX triplet: E0, BE and 95. RGB value is (224,190,149). Sum of RGB (Red+Green+Blue) = 224+190+149=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BE95 is #1F416A. Grayscale: #C3C3C3. Windows color (decimal): -2048363 or 9813728. OLE color: 9813728.

HSL color Cylindrical-coordinate representation of color #E0BE95: hue angle of 32.8º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0BE95 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 190 149 -
CMYK 0 0.15 0.33 0.12
HSL 32.8º 0.55% 0.73% -
HSV(B) 32.8º 0.33% 0.88% -
XYZ 54.58 54.84 36.14 -
YUV 195.49 101.76 148.33 -
System Red Green Blue C M Y K H S L
Decimal 224 190 149 0 0.15 0.33 0.12 32.8 0.55 0.73
Hex E0 BE 95 0 F 21 C 21 37 49
Octal 340 276 225 0 17 41 14 41 67 111
Binary 11100000 10111110 10010101 0 1111 100001 1100 100001 110111 1001001

Color Harmonies of #E0BE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BE95

Black with #E0BE95

Text Example


Text Example

White with #E0BE95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BE95; }

 p { color: rgb(224,190,149); }

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

background-color css

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

 a { background-color: rgb(224,190,149); }

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

border-color css

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

 span { border-color: rgb(224,190,149); }

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