Html Css Color HEX #E0B390 Pancho

📋 copy color: '#E0B390'

red 224 ◦ green 179 ◦ blue 144

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

Shades of Pancho #E0B390

Tints of Pancho #E0B390

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.72%

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

R = 40.95%
G = 32.72%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E0B390 (or 0xE0B390) is known color: Pancho. HEX triplet: E0, B3 and 90. RGB value is (224,179,144). Sum of RGB (Red+Green+Blue) = 224+179+144=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 144 (56.64% from 255 or 26.33% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B390 is #1F4C6F. Grayscale: #BCBCBC. Windows color (decimal): -2051184 or 9483232. OLE color: 9483232.

HSL color Cylindrical-coordinate representation of color #E0B390: hue angle of 26.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E0B390 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 179 144 -
CMYK 0 0.20 0.36 0.12
HSL 26.25º 0.56% 0.72% -
HSV(B) 26.25º 0.36% 0.88% -
XYZ 51.89 50.1 33.32 -
YUV 188.47 102.91 153.35 -
System Red Green Blue C M Y K H S L
Decimal 224 179 144 0 0.20 0.36 0.12 26.25 0.56 0.72
Hex E0 B3 90 0 14 24 C 1A 38 48
Octal 340 263 220 0 24 44 14 32 70 110
Binary 11100000 10110011 10010000 0 10100 100100 1100 11010 111000 1001000

Color Harmonies of #E0B390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B390

Black with #E0B390

Text Example


Text Example

White with #E0B390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B390; }

 p { color: rgb(224,179,144); }

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

background-color css

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

 a { background-color: rgb(224,179,144); }

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

border-color css

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

 span { border-color: rgb(224,179,144); }

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