Html Css Color HEX #E6B594 Pancho

📋 copy color: '#E6B594'

red 230 ◦ green 181 ◦ blue 148

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

Shades of Pancho #E6B594

Tints of Pancho #E6B594

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.38%

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

R = 41.14%
G = 32.38%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E6B594 (or 0xE6B594) is known color: Pancho. HEX triplet: E6, B5 and 94. RGB value is (230,181,148). Sum of RGB (Red+Green+Blue) = 230+181+148=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 181 (71.09% from 255 or 32.38% from 559); Blue value is 148 (58.20% from 255 or 26.48% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B594 is #194A6B. Grayscale: #C0C0C0. Windows color (decimal): -1657452 or 9745894. OLE color: 9745894.

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

Color convert

RGB 230 181 148 -
CMYK 0 0.21 0.36 0.10
HSL 24.15º 0.62% 0.74% -
HSV(B) 24.15º 0.36% 0.9% -
XYZ 54.5 52.01 35.18 -
YUV 191.89 103.23 155.18 -
System Red Green Blue C M Y K H S L
Decimal 230 181 148 0 0.21 0.36 0.10 24.15 0.62 0.74
Hex E6 B5 94 0 15 24 A 18 3E 4A
Octal 346 265 224 0 25 44 12 30 76 112
Binary 11100110 10110101 10010100 0 10101 100100 1010 11000 111110 1001010

Color Harmonies of #E6B594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B594

Black with #E6B594

Text Example


Text Example

White with #E6B594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B594; }

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

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

background-color css

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

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

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

border-color css

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

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

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