Html Css Color HEX #E6B998 Pancho

📋 copy color: '#E6B998'

red 230 ◦ green 185 ◦ blue 152

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

Shades of Pancho #E6B998

Tints of Pancho #E6B998

RGB

 RED value IS 230 (90.23% from 255) = 40.56%

 GREEN value IS 185 (72.66% from 255) = 32.63%

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

R = 40.56%
G = 32.63%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E6B998 (or 0xE6B998) is known color: Pancho. HEX triplet: E6, B9 and 98. RGB value is (230,185,152). Sum of RGB (Red+Green+Blue) = 230+185+152=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 185 (72.66% from 255 or 32.63% from 567); Blue value is 152 (59.77% from 255 or 26.81% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B998 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B998 is #194667. Grayscale: #C2C2C2. Windows color (decimal): -1656424 or 10009062. OLE color: 10009062.

HSL color Cylindrical-coordinate representation of color #E6B998: hue angle of 25.38º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E6B998 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 185 152 -
CMYK 0 0.20 0.34 0.10
HSL 25.38º 0.61% 0.75% -
HSV(B) 25.38º 0.34% 0.9% -
XYZ 55.65 53.79 37.15 -
YUV 194.69 103.91 153.18 -
System Red Green Blue C M Y K H S L
Decimal 230 185 152 0 0.20 0.34 0.10 25.38 0.61 0.75
Hex E6 B9 98 0 14 22 A 19 3D 4B
Octal 346 271 230 0 24 42 12 31 75 113
Binary 11100110 10111001 10011000 0 10100 100010 1010 11001 111101 1001011

Color Harmonies of #E6B998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B998

Black with #E6B998

Text Example


Text Example

White with #E6B998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B998; }

 p { color: rgb(230,185,152); }

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

background-color css

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

 a { background-color: rgb(230,185,152); }

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

border-color css

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

 span { border-color: rgb(230,185,152); }

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