#E7C28B

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

Shades of New Orleans #E7C28B

Tints of New Orleans #E7C28B

Color information

#E7C28B (or 0xE7C28B) is unknown color: approx New Orleans. HEX triplet: E7, C2 and 8B. RGB value is (231,194,139). Sum of RGB (Red+Green+Blue) = 231+194+139=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 139 (54.69% from 255 or 24.65% from 564); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C28B is #183D74. Grayscale: #C7C7C7. Windows color (decimal): -1588597 or 9159399. OLE color: 9159399.

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

Color convert

RGB231194139-
CMYK00.160.400.09
HSL35.87º65.71%72.55%-
HSV(B)35.87º39.83%90.59%-
XYZ56.9157.4432.51-
YUV198.7994.26150.97-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.96%
GREEN value IS 194 (76.17% from 255) = 34.40%
BLUE value IS 139 (54.69% from 255) = 24.65%
R=40.96%
G=34.40%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119413900.160.400.0935.8765.7172.55
HexE7C28B010289244249
Octal347302213020501144102111
Binary111001111100001010001011010000101000100110010010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C28B; }

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

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

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

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

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

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

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

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