Html Css Color HEX #E7C490 New Orleans

📋 copy color: '#E7C490'

red 231 ◦ green 196 ◦ blue 144

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

Shades of New Orleans #E7C490

Tints of New Orleans #E7C490

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.33%

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

R = 40.46%
G = 34.33%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E7C490 (or 0xE7C490) is known color: New Orleans. HEX triplet: E7, C4 and 90. RGB value is (231,196,144). Sum of RGB (Red+Green+Blue) = 231+196+144=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 144 (56.64% from 255 or 25.22% from 571); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C490 is #183B6F. Grayscale: #C8C8C8. Windows color (decimal): -1588080 or 9487591. OLE color: 9487591.

HSL color Cylindrical-coordinate representation of color #E7C490: hue angle of 35.86º 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 #E7C490 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 196 144 -
CMYK 0 0.15 0.38 0.09
HSL 35.86º 0.64% 0.74% -
HSV(B) 35.86º 0.38% 0.91% -
XYZ 57.73 58.48 34.63 -
YUV 200.54 96.1 149.73 -
System Red Green Blue C M Y K H S L
Decimal 231 196 144 0 0.15 0.38 0.09 35.86 0.64 0.74
Hex E7 C4 90 0 F 26 9 24 40 4A
Octal 347 304 220 0 17 46 11 44 100 112
Binary 11100111 11000100 10010000 0 1111 100110 1001 100100 1000000 1001010

Color Harmonies of #E7C490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C490

Black with #E7C490

Text Example


Text Example

White with #E7C490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C490; }

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

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

background-color css

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

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

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

border-color css

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

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

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