#E7C68F

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

Shades of New Orleans #E7C68F

Tints of New Orleans #E7C68F

Color information

#E7C68F (or 0xE7C68F) is unknown color: approx New Orleans. HEX triplet: E7, C6 and 8F. RGB value is (231,198,143). Sum of RGB (Red+Green+Blue) = 231+198+143=572 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.38% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 143 (56.25% from 255 or 25% from 572); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C68F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C68F is #183970. Grayscale: #C9C9C9. Windows color (decimal): -1587569 or 9422567. OLE color: 9422567.

HSL color Cylindrical-coordinate representation of color #E7C68F: hue angle of 37.5º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E7C68F is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB231198143-
CMYK00.140.380.09
HSL37.5º64.71%73.33%-
HSV(B)37.5º38.1%90.59%-
XYZ58.1159.3634.38-
YUV201.694.93148.97-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.38%
GREEN value IS 198 (77.73% from 255) = 34.62%
BLUE value IS 143 (56.25% from 255) = 25%
R=40.38%
G=34.62%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119814300.140.380.0937.564.7173.33
HexE7C68F0E269264149
Octal347306217016461146101111
Binary11100111110001101000111101110100110100110011010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C68F; }

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

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

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

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

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

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

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

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