Html Css Color HEX #E6B18D Pancho

📋 copy color: '#E6B18D'

red 230 ◦ green 177 ◦ blue 141

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

Shades of Pancho #E6B18D

Tints of Pancho #E6B18D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.3%

 BLUE value IS 141 (55.47% from 255) = 25.73%

R = 41.97%
G = 32.3%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E6B18D (or 0xE6B18D) is known color: Pancho. HEX triplet: E6, B1 and 8D. RGB value is (230,177,141). Sum of RGB (Red+Green+Blue) = 230+177+141=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 141 (55.47% from 255 or 25.73% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B18D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6B18D is #194E72. Grayscale: #BCBCBC. Windows color (decimal): -1658483 or 9286118. OLE color: 9286118.

HSL color Cylindrical-coordinate representation of color #E6B18D: hue angle of 24.27º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E6B18D is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 177 141 -
CMYK 0 0.23 0.39 0.10
HSL 24.27º 0.64% 0.73% -
HSV(B) 24.27º 0.39% 0.9% -
XYZ 53.16 50.19 32.09 -
YUV 188.74 101.06 157.43 -
System Red Green Blue C M Y K H S L
Decimal 230 177 141 0 0.23 0.39 0.10 24.27 0.64 0.73
Hex E6 B1 8D 0 17 27 A 18 40 49
Octal 346 261 215 0 27 47 12 30 100 111
Binary 11100110 10110001 10001101 0 10111 100111 1010 11000 1000000 1001001

Color Harmonies of #E6B18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B18D

Black with #E6B18D

Text Example


Text Example

White with #E6B18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B18D; }

 p { color: rgb(230,177,141); }

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

background-color css

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

 a { background-color: rgb(230,177,141); }

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

border-color css

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

 span { border-color: rgb(230,177,141); }

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