Html Css Color HEX #E7BF86 New Orleans

📋 copy color: '#E7BF86'

red 231 ◦ green 191 ◦ blue 134

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

Shades of New Orleans #E7BF86

Tints of New Orleans #E7BF86

RGB

 RED value IS 231 (90.63% from 255) = 41.55%

 GREEN value IS 191 (75% from 255) = 34.35%

 BLUE value IS 134 (52.73% from 255) = 24.1%

R = 41.55%
G = 34.35%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E7BF86 (or 0xE7BF86) is known color: New Orleans. HEX triplet: E7, BF and 86. RGB value is (231,191,134). Sum of RGB (Red+Green+Blue) = 231+191+134=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 134 (52.73% from 255 or 24.10% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BF86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BF86 is #184079. Grayscale: #C4C4C4. Windows color (decimal): -1589370 or 8830951. OLE color: 8830951.

HSL color Cylindrical-coordinate representation of color #E7BF86: hue angle of 35.26º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E7BF86 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 191 134 -
CMYK 0 0.17 0.42 0.09
HSL 35.26º 0.67% 0.72% -
HSV(B) 35.26º 0.42% 0.91% -
XYZ 55.89 55.97 30.41 -
YUV 196.46 92.75 152.63 -
System Red Green Blue C M Y K H S L
Decimal 231 191 134 0 0.17 0.42 0.09 35.26 0.67 0.72
Hex E7 BF 86 0 11 2A 9 23 43 48
Octal 347 277 206 0 21 52 11 43 103 110
Binary 11100111 10111111 10000110 0 10001 101010 1001 100011 1000011 1001000

Color Harmonies of #E7BF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BF86

Black with #E7BF86

Text Example


Text Example

White with #E7BF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BF86; }

 p { color: rgb(231,191,134); }

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

background-color css

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

 a { background-color: rgb(231,191,134); }

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

border-color css

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

 span { border-color: rgb(231,191,134); }

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