Html Css Color HEX #E7C290 New Orleans

📋 copy color: '#E7C290'

red 231 ◦ green 194 ◦ blue 144

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

Shades of New Orleans #E7C290

Tints of New Orleans #E7C290

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.09%

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

R = 40.6%
G = 34.09%
B = 25.31%

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

#E7C290 (or 0xE7C290) is known color: New Orleans. HEX triplet: E7, C2 and 90. RGB value is (231,194,144). Sum of RGB (Red+Green+Blue) = 231+194+144=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 144 (56.64% from 255 or 25.31% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C290 is #183D6F. Grayscale: #C7C7C7. Windows color (decimal): -1588592 or 9487079. OLE color: 9487079.

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

Color convert

RGB 231 194 144 -
CMYK 0 0.16 0.38 0.09
HSL 34.48º 0.64% 0.74% -
HSV(B) 34.48º 0.38% 0.91% -
XYZ 57.28 57.59 34.48 -
YUV 199.36 96.76 150.57 -
System Red Green Blue C M Y K H S L
Decimal 231 194 144 0 0.16 0.38 0.09 34.48 0.64 0.74
Hex E7 C2 90 0 10 26 9 22 40 4A
Octal 347 302 220 0 20 46 11 42 100 112
Binary 11100111 11000010 10010000 0 10000 100110 1001 100010 1000000 1001010

Color Harmonies of #E7C290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C290

Black with #E7C290

Text Example


Text Example

White with #E7C290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C290; }

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

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

background-color css

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

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

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

border-color css

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

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

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