#E7C48A

Color #E7C48A New Orleans (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Orleans #E7C48A

Tints of New Orleans #E7C48A

Color information

#E7C48A (or 0xE7C48A) is unknown color: approx New Orleans. HEX triplet: E7, C4 and 8A. RGB value is (231,196,138). Sum of RGB (Red+Green+Blue) = 231+196+138=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 196 (76.95% from 255 or 34.69% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C48A is #183B75. Grayscale: #C8C8C8. Windows color (decimal): -1588086 or 9094375. OLE color: 9094375.

HSL color Cylindrical-coordinate representation of color #E7C48A: hue angle of 37.42º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E7C48A is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB231196138-
CMYK00.150.400.09
HSL37.42º65.96%72.35%-
HSV(B)37.42º40.26%90.59%-
XYZ57.2858.332.28-
YUV199.8593.1150.22-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.88%
GREEN value IS 196 (76.95% from 255) = 34.69%
BLUE value IS 138 (54.30% from 255) = 24.42%
R=40.88%
G=34.69%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119613800.150.400.0937.4265.9672.35
HexE7C48A0F289254248
Octal347304212017501145102110
Binary11100111110001001000101001111101000100110010110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C48A; }

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

 H1.HeaderClassName
 {
   color: #E7C48A;
 }
 .AnyTagClassName
 {
   color: #E7C48A;
 }
</style>
background-color css

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

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

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

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

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

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