Html Css Color HEX #E5BF85 New Orleans

📋 copy color: '#E5BF85'

red 229 ◦ green 191 ◦ blue 133

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

Shades of New Orleans #E5BF85

Tints of New Orleans #E5BF85

RGB

 RED value IS 229 (89.84% from 255) = 41.41%

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

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

R = 41.41%
G = 34.54%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E5BF85 (or 0xE5BF85) is known color: New Orleans. HEX triplet: E5, BF and 85. RGB value is (229,191,133). Sum of RGB (Red+Green+Blue) = 229+191+133=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BF85 is #1A407A. Grayscale: #C4C4C4. Windows color (decimal): -1720443 or 8765413. OLE color: 8765413.

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

Color convert

RGB 229 191 133 -
CMYK 0 0.17 0.42 0.10
HSL 36.25º 0.65% 0.71% -
HSV(B) 36.25º 0.42% 0.9% -
XYZ 55.18 55.61 30.02 -
YUV 195.75 92.59 151.72 -
System Red Green Blue C M Y K H S L
Decimal 229 191 133 0 0.17 0.42 0.10 36.25 0.65 0.71
Hex E5 BF 85 0 11 2A A 24 41 47
Octal 345 277 205 0 21 52 12 44 101 107
Binary 11100101 10111111 10000101 0 10001 101010 1010 100100 1000001 1000111

Color Harmonies of #E5BF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BF85

Black with #E5BF85

Text Example


Text Example

White with #E5BF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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