Html Css Color HEX #E1C198 Pancho

📋 copy color: '#E1C198'

red 225 ◦ green 193 ◦ blue 152

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

Shades of Pancho #E1C198

Tints of Pancho #E1C198

RGB

 RED value IS 225 (88.28% from 255) = 39.47%

 GREEN value IS 193 (75.78% from 255) = 33.86%

 BLUE value IS 152 (59.77% from 255) = 26.67%

R = 39.47%
G = 33.86%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E1C198 (or 0xE1C198) is known color: Pancho. HEX triplet: E1, C1 and 98. RGB value is (225,193,152). Sum of RGB (Red+Green+Blue) = 225+193+152=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 152 (59.77% from 255 or 26.67% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C198 is #1E3E67. Grayscale: #C6C6C6. Windows color (decimal): -1982056 or 10011105. OLE color: 10011105.

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

Color convert

RGB 225 193 152 -
CMYK 0 0.14 0.32 0.12
HSL 33.7º 0.55% 0.74% -
HSV(B) 33.7º 0.32% 0.88% -
XYZ 55.79 56.41 37.65 -
YUV 197.89 102.1 147.33 -
System Red Green Blue C M Y K H S L
Decimal 225 193 152 0 0.14 0.32 0.12 33.7 0.55 0.74
Hex E1 C1 98 0 E 20 C 22 37 4A
Octal 341 301 230 0 16 40 14 42 67 112
Binary 11100001 11000001 10011000 0 1110 100000 1100 100010 110111 1001010

Color Harmonies of #E1C198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C198

Black with #E1C198

Text Example


Text Example

White with #E1C198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C198; }

 p { color: rgb(225,193,152); }

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

background-color css

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

 a { background-color: rgb(225,193,152); }

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

border-color css

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

 span { border-color: rgb(225,193,152); }

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