Html Css Color HEX #E1BF85 New Orleans

📋 copy color: '#E1BF85'

red 225 ◦ green 191 ◦ blue 133

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

Shades of New Orleans #E1BF85

Tints of New Orleans #E1BF85

RGB

 RED value IS 225 (88.28% from 255) = 40.98%

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

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

R = 40.98%
G = 34.79%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E1BF85 (or 0xE1BF85) is known color: New Orleans. HEX triplet: E1, BF and 85. RGB value is (225,191,133). Sum of RGB (Red+Green+Blue) = 225+191+133=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BF85 is #1E407A. Grayscale: #C2C2C2. Windows color (decimal): -1982587 or 8765409. OLE color: 8765409.

HSL color Cylindrical-coordinate representation of color #E1BF85: hue angle of 37.83º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E1BF85 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 191 133 -
CMYK 0 0.15 0.41 0.12
HSL 37.83º 0.61% 0.7% -
HSV(B) 37.83º 0.41% 0.88% -
XYZ 53.92 54.96 29.96 -
YUV 194.55 93.26 149.72 -
System Red Green Blue C M Y K H S L
Decimal 225 191 133 0 0.15 0.41 0.12 37.83 0.61 0.7
Hex E1 BF 85 0 F 29 C 26 3D 46
Octal 341 277 205 0 17 51 14 46 75 106
Binary 11100001 10111111 10000101 0 1111 101001 1100 100110 111101 1000110

Color Harmonies of #E1BF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BF85

Black with #E1BF85

Text Example


Text Example

White with #E1BF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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