Html Css Color HEX #E5C591 New Orleans

📋 copy color: '#E5C591'

red 229 ◦ green 197 ◦ blue 145

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

Shades of New Orleans #E5C591

Tints of New Orleans #E5C591

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.5%

 BLUE value IS 145 (57.03% from 255) = 25.39%

R = 40.11%
G = 34.5%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E5C591 (or 0xE5C591) is known color: New Orleans. HEX triplet: E5, C5 and 91. RGB value is (229,197,145). Sum of RGB (Red+Green+Blue) = 229+197+145=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 145 (57.03% from 255 or 25.39% from 571); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C591 is #1A3A6E. Grayscale: #C8C8C8. Windows color (decimal): -1718895 or 9553381. OLE color: 9553381.

HSL color Cylindrical-coordinate representation of color #E5C591: hue angle of 37.14º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E5C591 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 197 145 -
CMYK 0 0.14 0.37 0.10
HSL 37.14º 0.62% 0.73% -
HSV(B) 37.14º 0.37% 0.9% -
XYZ 57.39 58.63 35.08 -
YUV 200.64 96.6 148.23 -
System Red Green Blue C M Y K H S L
Decimal 229 197 145 0 0.14 0.37 0.10 37.14 0.62 0.73
Hex E5 C5 91 0 E 25 A 25 3E 49
Octal 345 305 221 0 16 45 12 45 76 111
Binary 11100101 11000101 10010001 0 1110 100101 1010 100101 111110 1001001

Color Harmonies of #E5C591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C591

Black with #E5C591

Text Example


Text Example

White with #E5C591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C591; }

 p { color: rgb(229,197,145); }

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

background-color css

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

 a { background-color: rgb(229,197,145); }

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

border-color css

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

 span { border-color: rgb(229,197,145); }

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