Html Css Color HEX #E7BF85 New Orleans

📋 copy color: '#E7BF85'

red 231 ◦ green 191 ◦ blue 133

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

Shades of New Orleans #E7BF85

Tints of New Orleans #E7BF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.96%

R = 41.62%
G = 34.41%
B = 23.96%

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

#E7BF85 (or 0xE7BF85) is known color: New Orleans. HEX triplet: E7, BF and 85. RGB value is (231,191,133). Sum of RGB (Red+Green+Blue) = 231+191+133=555 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.62% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BF85 is #18407A. Grayscale: #C4C4C4. Windows color (decimal): -1589371 or 8765415. OLE color: 8765415.

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

Color convert

RGB 231 191 133 -
CMYK 0 0.17 0.42 0.09
HSL 35.51º 0.67% 0.71% -
HSV(B) 35.51º 0.42% 0.91% -
XYZ 55.82 55.94 30.05 -
YUV 196.35 92.25 152.72 -
System Red Green Blue C M Y K H S L
Decimal 231 191 133 0 0.17 0.42 0.09 35.51 0.67 0.71
Hex E7 BF 85 0 11 2A 9 24 43 47
Octal 347 277 205 0 21 52 11 44 103 107
Binary 11100111 10111111 10000101 0 10001 101010 1001 100100 1000011 1000111

Color Harmonies of #E7BF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BF85

Black with #E7BF85

Text Example


Text Example

White with #E7BF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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