#E7C28F

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

Shades of New Orleans #E7C28F

Tints of New Orleans #E7C28F

Color information

#E7C28F (or 0xE7C28F) is unknown color: approx New Orleans. HEX triplet: E7, C2 and 8F. RGB value is (231,194,143). Sum of RGB (Red+Green+Blue) = 231+194+143=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 143 (56.25% from 255 or 25.18% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C28F is #183D70. Grayscale: #C7C7C7. Windows color (decimal): -1588593 or 9421543. OLE color: 9421543.

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

Color convert

RGB231194143-
CMYK00.160.380.09
HSL34.77º64.71%73.33%-
HSV(B)34.77º38.1%90.59%-
XYZ57.257.5634.08-
YUV199.2596.26150.65-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.67%
GREEN value IS 194 (76.17% from 255) = 34.15%
BLUE value IS 143 (56.25% from 255) = 25.18%
R=40.67%
G=34.15%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119414300.160.380.0934.7764.7173.33
HexE7C28F010269234149
Octal347302217020461143101111
Binary111001111100001010001111010000100110100110001110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C28F; }

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

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

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

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

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

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

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

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