Html Css Color HEX #E7C390 New Orleans

📋 copy color: '#E7C390'

red 231 ◦ green 195 ◦ blue 144

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

Shades of New Orleans #E7C390

Tints of New Orleans #E7C390

RGB

 RED value IS 231 (90.63% from 255) = 40.53%

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

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

R = 40.53%
G = 34.21%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E7C390 (or 0xE7C390) is known color: New Orleans. HEX triplet: E7, C3 and 90. RGB value is (231,195,144). Sum of RGB (Red+Green+Blue) = 231+195+144=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 144 (56.64% from 255 or 25.26% from 570); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C390 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C390 is #183C6F. Grayscale: #C8C8C8. Windows color (decimal): -1588336 or 9487335. OLE color: 9487335.

HSL color Cylindrical-coordinate representation of color #E7C390: hue angle of 35.17º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E7C390 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 195 144 -
CMYK 0 0.16 0.38 0.09
HSL 35.17º 0.64% 0.74% -
HSV(B) 35.17º 0.38% 0.91% -
XYZ 57.5 58.03 34.56 -
YUV 199.95 96.43 150.15 -
System Red Green Blue C M Y K H S L
Decimal 231 195 144 0 0.16 0.38 0.09 35.17 0.64 0.74
Hex E7 C3 90 0 10 26 9 23 40 4A
Octal 347 303 220 0 20 46 11 43 100 112
Binary 11100111 11000011 10010000 0 10000 100110 1001 100011 1000000 1001010

Color Harmonies of #E7C390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C390

Black with #E7C390

Text Example


Text Example

White with #E7C390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C390; }

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

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

background-color css

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

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

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

border-color css

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

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

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