Html Css Color HEX #E2C390 New Orleans

📋 copy color: '#E2C390'

red 226 ◦ green 195 ◦ blue 144

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

Shades of New Orleans #E2C390

Tints of New Orleans #E2C390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.49%

R = 40%
G = 34.51%
B = 25.49%

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

#E2C390 (or 0xE2C390) is known color: New Orleans. HEX triplet: E2, C3 and 90. RGB value is (226,195,144). Sum of RGB (Red+Green+Blue) = 226+195+144=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C390 is #1D3C6F. Grayscale: #C6C6C6. Windows color (decimal): -1916016 or 9487330. OLE color: 9487330.

HSL color Cylindrical-coordinate representation of color #E2C390: hue angle of 37.32º degrees, saturation: 0.59, 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 #E2C390 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 195 144 -
CMYK 0 0.14 0.36 0.11
HSL 37.32º 0.59% 0.73% -
HSV(B) 37.32º 0.36% 0.89% -
XYZ 55.91 57.21 34.48 -
YUV 198.46 97.27 147.65 -
System Red Green Blue C M Y K H S L
Decimal 226 195 144 0 0.14 0.36 0.11 37.32 0.59 0.73
Hex E2 C3 90 0 E 24 B 25 3B 49
Octal 342 303 220 0 16 44 13 45 73 111
Binary 11100010 11000011 10010000 0 1110 100100 1011 100101 111011 1001001

Color Harmonies of #E2C390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C390

Black with #E2C390

Text Example


Text Example

White with #E2C390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C390; }

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

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

background-color css

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

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

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

border-color css

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

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

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