#E7C17F

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

Shades of New Orleans #E7C17F

Tints of New Orleans #E7C17F

Color information

#E7C17F (or 0xE7C17F) is unknown color: approx New Orleans. HEX triplet: E7, C1 and 7F. RGB value is (231,193,127). Sum of RGB (Red+Green+Blue) = 231+193+127=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 127 (50% from 255 or 23.05% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C17F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C17F is #183E80. Grayscale: #C5C5C5. Windows color (decimal): -1588865 or 8372711. OLE color: 8372711.

HSL color Cylindrical-coordinate representation of color #E7C17F: hue angle of 38.08º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E7C17F is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB231193127-
CMYK00.160.450.09
HSL38.08º68.42%70.2%-
HSV(B)38.08º45.02%90.59%-
XYZ55.8656.6628.07-
YUV196.8488.59152.37-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.92%
GREEN value IS 193 (75.78% from 255) = 35.03%
BLUE value IS 127 (50% from 255) = 23.05%
R=41.92%
G=35.03%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119312700.160.450.0938.0868.4270.2
HexE7C17F0102D9264446
Octal347301177020551146104106
Binary11100111110000011111111010000101101100110011010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C17F; }

 p { color: rgb(231,193,127); }

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

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

 a { background-color: rgb(231,193,127); }

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

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

 span { border-color: rgb(231,193,127); }

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