#e7c78a

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

Shades of New Orleans #E7C78A

Tints of New Orleans #E7C78A

Color information

#E7C78A (or 0xE7C78A) is unknown color: approx New Orleans. HEX triplet: E7, C7 and 8A. RGB value is (231,199,138). Sum of RGB (Red+Green+Blue) = 231+199+138=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 199 (78.12% from 255 or 35.04% from 568); Blue value is 138 (54.30% from 255 or 24.30% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C78A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C78A is #183875. Grayscale: #C9C9C9. Windows color (decimal): -1587318 or 9095143. OLE color: 9095143.

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

Color convert

RGB231199138-
CMYK00.140.400.09
HSL39.35º65.96%72.35%-
HSV(B)39.35º40.26%90.59%-
XYZ57.9759.6732.51-
YUV201.6192.1148.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.67%
GREEN value IS 199 (78.12% from 255) = 35.04%
BLUE value IS 138 (54.30% from 255) = 24.30%
R=40.67%
G=35.04%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119913800.140.400.0939.3565.9672.35
HexE7C78A0E289274248
Octal347307212016501147102110
Binary11100111110001111000101001110101000100110011110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7c78a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7c78a; }

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

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

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

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

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

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

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

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