Html Css Color HEX #E3BF85 New Orleans

📋 copy color: '#E3BF85'

red 227 ◦ green 191 ◦ blue 133

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

Shades of New Orleans #E3BF85

Tints of New Orleans #E3BF85

RGB

 RED value IS 227 (89.06% from 255) = 41.2%

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

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

R = 41.2%
G = 34.66%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E3BF85 (or 0xE3BF85) is known color: New Orleans. HEX triplet: E3, BF and 85. RGB value is (227,191,133). Sum of RGB (Red+Green+Blue) = 227+191+133=551 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.20% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 133 (52.34% from 255 or 24.14% from 551); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BF85 is #1C407A. Grayscale: #C3C3C3. Windows color (decimal): -1851515 or 8765411. OLE color: 8765411.

HSL color Cylindrical-coordinate representation of color #E3BF85: hue angle of 37.02º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E3BF85 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 191 133 -
CMYK 0 0.16 0.41 0.11
HSL 37.02º 0.63% 0.71% -
HSV(B) 37.02º 0.41% 0.89% -
XYZ 54.54 55.29 29.99 -
YUV 195.15 92.93 150.72 -
System Red Green Blue C M Y K H S L
Decimal 227 191 133 0 0.16 0.41 0.11 37.02 0.63 0.71
Hex E3 BF 85 0 10 29 B 25 3F 47
Octal 343 277 205 0 20 51 13 45 77 107
Binary 11100011 10111111 10000101 0 10000 101001 1011 100101 111111 1000111

Color Harmonies of #E3BF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3BF85

Black with #E3BF85

Text Example


Text Example

White with #E3BF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3BF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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