Html Css Color HEX #E2C391 New Orleans

📋 copy color: '#E2C391'

red 226 ◦ green 195 ◦ blue 145

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

Shades of New Orleans #E2C391

Tints of New Orleans #E2C391

RGB

 RED value IS 226 (88.67% from 255) = 39.93%

 GREEN value IS 195 (76.56% from 255) = 34.45%

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

R = 39.93%
G = 34.45%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E2C391 (or 0xE2C391) is known color: New Orleans. HEX triplet: E2, C3 and 91. RGB value is (226,195,145). Sum of RGB (Red+Green+Blue) = 226+195+145=566 (74% of max value = 765). Red value is 226 (88.67% from 255 or 39.93% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 145 (57.03% from 255 or 25.62% from 566); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C391 is #1D3C6E. Grayscale: #C6C6C6. Windows color (decimal): -1916015 or 9552866. OLE color: 9552866.

HSL color Cylindrical-coordinate representation of color #E2C391: hue angle of 37.04º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E2C391 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 195 145 -
CMYK 0 0.14 0.36 0.11
HSL 37.04º 0.58% 0.73% -
HSV(B) 37.04º 0.36% 0.89% -
XYZ 55.99 57.24 34.89 -
YUV 198.57 97.77 147.57 -
System Red Green Blue C M Y K H S L
Decimal 226 195 145 0 0.14 0.36 0.11 37.04 0.58 0.73
Hex E2 C3 91 0 E 24 B 25 3A 49
Octal 342 303 221 0 16 44 13 45 72 111
Binary 11100010 11000011 10010001 0 1110 100100 1011 100101 111010 1001001

Color Harmonies of #E2C391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C391

Black with #E2C391

Text Example


Text Example

White with #E2C391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C391; }

 p { color: rgb(226,195,145); }

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

background-color css

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

 a { background-color: rgb(226,195,145); }

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

border-color css

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

 span { border-color: rgb(226,195,145); }

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