Html Css Color HEX #E0B290 Pancho

📋 copy color: '#E0B290'

red 224 ◦ green 178 ◦ blue 144

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

Shades of Pancho #E0B290

Tints of Pancho #E0B290

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.6%

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

R = 41.03%
G = 32.6%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E0B290 (or 0xE0B290) is known color: Pancho. HEX triplet: E0, B2 and 90. RGB value is (224,178,144). Sum of RGB (Red+Green+Blue) = 224+178+144=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 144 (56.64% from 255 or 26.37% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B290 is #1F4D6F. Grayscale: #BCBCBC. Windows color (decimal): -2051440 or 9482976. OLE color: 9482976.

HSL color Cylindrical-coordinate representation of color #E0B290: hue angle of 25.5º 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 #E0B290 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 178 144 -
CMYK 0 0.21 0.36 0.12
HSL 25.5º 0.56% 0.72% -
HSV(B) 25.5º 0.36% 0.88% -
XYZ 51.69 49.7 33.25 -
YUV 187.88 103.24 153.76 -
System Red Green Blue C M Y K H S L
Decimal 224 178 144 0 0.21 0.36 0.12 25.5 0.56 0.72
Hex E0 B2 90 0 15 24 C 1A 38 48
Octal 340 262 220 0 25 44 14 32 70 110
Binary 11100000 10110010 10010000 0 10101 100100 1100 11010 111000 1001000

Color Harmonies of #E0B290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B290

Black with #E0B290

Text Example


Text Example

White with #E0B290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B290; }

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

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

background-color css

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

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

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

border-color css

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

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

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