Html Css Color HEX #E6C094 Pancho

📋 copy color: '#E6C094'

red 230 ◦ green 192 ◦ blue 148

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

Shades of Pancho #E6C094

Tints of Pancho #E6C094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.96%

R = 40.35%
G = 33.68%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E6C094 (or 0xE6C094) is known color: Pancho. HEX triplet: E6, C0 and 94. RGB value is (230,192,148). Sum of RGB (Red+Green+Blue) = 230+192+148=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 148 (58.20% from 255 or 25.96% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C094 is #193F6B. Grayscale: #C6C6C6. Windows color (decimal): -1654636 or 9748710. OLE color: 9748710.

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

Color convert

RGB 230 192 148 -
CMYK 0 0.17 0.36 0.10
HSL 32.2º 0.62% 0.74% -
HSV(B) 32.2º 0.36% 0.9% -
XYZ 56.83 56.66 35.96 -
YUV 198.35 99.59 150.58 -
System Red Green Blue C M Y K H S L
Decimal 230 192 148 0 0.17 0.36 0.10 32.2 0.62 0.74
Hex E6 C0 94 0 11 24 A 20 3E 4A
Octal 346 300 224 0 21 44 12 40 76 112
Binary 11100110 11000000 10010100 0 10001 100100 1010 100000 111110 1001010

Color Harmonies of #E6C094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C094

Black with #E6C094

Text Example


Text Example

White with #E6C094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C094; }

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

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

background-color css

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

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

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

border-color css

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

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

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