Html Css Color HEX #E6BC93 Pancho

📋 copy color: '#E6BC93'

red 230 ◦ green 188 ◦ blue 147

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

Shades of Pancho #E6BC93

Tints of Pancho #E6BC93

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.27%

 BLUE value IS 147 (57.81% from 255) = 26.02%

R = 40.71%
G = 33.27%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E6BC93 (or 0xE6BC93) is known color: Pancho. HEX triplet: E6, BC and 93. RGB value is (230,188,147). Sum of RGB (Red+Green+Blue) = 230+188+147=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 147 (57.81% from 255 or 26.02% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BC93 is #19436C. Grayscale: #C4C4C4. Windows color (decimal): -1655661 or 9682150. OLE color: 9682150.

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

Color convert

RGB 230 188 147 -
CMYK 0 0.18 0.36 0.10
HSL 29.64º 0.62% 0.74% -
HSV(B) 29.64º 0.36% 0.9% -
XYZ 55.88 54.9 35.25 -
YUV 195.88 100.41 152.33 -
System Red Green Blue C M Y K H S L
Decimal 230 188 147 0 0.18 0.36 0.10 29.64 0.62 0.74
Hex E6 BC 93 0 12 24 A 1E 3E 4A
Octal 346 274 223 0 22 44 12 36 76 112
Binary 11100110 10111100 10010011 0 10010 100100 1010 11110 111110 1001010

Color Harmonies of #E6BC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BC93

Black with #E6BC93

Text Example


Text Example

White with #E6BC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BC93; }

 p { color: rgb(230,188,147); }

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

background-color css

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

 a { background-color: rgb(230,188,147); }

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

border-color css

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

 span { border-color: rgb(230,188,147); }

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