Html Css Color HEX #E6BE99 Pancho

📋 copy color: '#E6BE99'

red 230 ◦ green 190 ◦ blue 153

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

Shades of Pancho #E6BE99

Tints of Pancho #E6BE99

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.16%

 BLUE value IS 153 (60.16% from 255) = 26.7%

R = 40.14%
G = 33.16%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6BE99 (or 0xE6BE99) is known color: Pancho. HEX triplet: E6, BE and 99. RGB value is (230,190,153). Sum of RGB (Red+Green+Blue) = 230+190+153=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 153 (60.16% from 255 or 26.70% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BE99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BE99 is #194166. Grayscale: #C5C5C5. Windows color (decimal): -1655143 or 10075878. OLE color: 10075878.

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

Color convert

RGB 230 190 153 -
CMYK 0 0.17 0.33 0.10
HSL 28.83º 0.61% 0.75% -
HSV(B) 28.83º 0.33% 0.9% -
XYZ 56.8 55.95 37.94 -
YUV 197.74 102.75 151.01 -
System Red Green Blue C M Y K H S L
Decimal 230 190 153 0 0.17 0.33 0.10 28.83 0.61 0.75
Hex E6 BE 99 0 11 21 A 1D 3D 4B
Octal 346 276 231 0 21 41 12 35 75 113
Binary 11100110 10111110 10011001 0 10001 100001 1010 11101 111101 1001011

Color Harmonies of #E6BE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BE99

Black with #E6BE99

Text Example


Text Example

White with #E6BE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BE99; }

 p { color: rgb(230,190,153); }

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

background-color css

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

 a { background-color: rgb(230,190,153); }

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

border-color css

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

 span { border-color: rgb(230,190,153); }

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