Html Css Color HEX #E6C091 Pancho

📋 copy color: '#E6C091'

red 230 ◦ green 192 ◦ blue 145

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

Shades of Pancho #E6C091

Tints of Pancho #E6C091

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.86%

 BLUE value IS 145 (57.03% from 255) = 25.57%

R = 40.56%
G = 33.86%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E6C091 (or 0xE6C091) is known color: Pancho. HEX triplet: E6, C0 and 91. RGB value is (230,192,145). Sum of RGB (Red+Green+Blue) = 230+192+145=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 145 (57.03% from 255 or 25.57% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C091 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C091 is #193F6E. Grayscale: #C6C6C6. Windows color (decimal): -1654639 or 9552102. OLE color: 9552102.

HSL color Cylindrical-coordinate representation of color #E6C091: hue angle of 33.18º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E6C091 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 192 145 -
CMYK 0 0.17 0.37 0.10
HSL 33.18º 0.63% 0.74% -
HSV(B) 33.18º 0.37% 0.9% -
XYZ 56.59 56.57 34.72 -
YUV 198 98.09 150.82 -
System Red Green Blue C M Y K H S L
Decimal 230 192 145 0 0.17 0.37 0.10 33.18 0.63 0.74
Hex E6 C0 91 0 11 25 A 21 3F 4A
Octal 346 300 221 0 21 45 12 41 77 112
Binary 11100110 11000000 10010001 0 10001 100101 1010 100001 111111 1001010

Color Harmonies of #E6C091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C091

Black with #E6C091

Text Example


Text Example

White with #E6C091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C091; }

 p { color: rgb(230,192,145); }

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

background-color css

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

 a { background-color: rgb(230,192,145); }

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

border-color css

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

 span { border-color: rgb(230,192,145); }

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