#E7C68A

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

Shades of New Orleans #E7C68A

Tints of New Orleans #E7C68A

Color information

#E7C68A (or 0xE7C68A) is unknown color: approx New Orleans. HEX triplet: E7, C6 and 8A. RGB value is (231,198,138). Sum of RGB (Red+Green+Blue) = 231+198+138=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 138 (54.30% from 255 or 24.34% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C68A is #183975. Grayscale: #C9C9C9. Windows color (decimal): -1587574 or 9094887. OLE color: 9094887.

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

Color convert

RGB231198138-
CMYK00.140.400.09
HSL38.71º65.96%72.35%-
HSV(B)38.71º40.26%90.59%-
XYZ57.7459.2132.43-
YUV201.0392.43149.38-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.74%
GREEN value IS 198 (77.73% from 255) = 34.92%
BLUE value IS 138 (54.30% from 255) = 24.34%
R=40.74%
G=34.92%
B=24.34%

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
Decimal23119813800.140.400.0938.7165.9672.35
HexE7C68A0E289274248
Octal347306212016501147102110
Binary11100111110001101000101001110101000100110011110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C68A; }

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

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

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

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

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

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

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

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