#E8C07F

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

Shades of New Orleans #E8C07F

Tints of New Orleans #E8C07F

Color information

#E8C07F (or 0xE8C07F) is unknown color: approx New Orleans. HEX triplet: E8, C0 and 7F. RGB value is (232,192,127). Sum of RGB (Red+Green+Blue) = 232+192+127=551 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.11% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 127 (50% from 255 or 23.05% from 551); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C07F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C07F is #173F80. Grayscale: #C4C4C4. Windows color (decimal): -1523585 or 8372456. OLE color: 8372456.

HSL color Cylindrical-coordinate representation of color #E8C07F: hue angle of 37.14º degrees, saturation: 0.7, 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 #E8C07F is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB232192127-
CMYK00.170.450.09
HSL37.14º69.54%70.39%-
HSV(B)37.14º45.26%90.98%-
XYZ55.9656.3928.01-
YUV196.5588.75153.29-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.11%
GREEN value IS 192 (75.39% from 255) = 34.85%
BLUE value IS 127 (50% from 255) = 23.05%
R=42.11%
G=34.85%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219212700.170.450.0937.1469.5470.39
HexE8C07F0112D9254646
Octal350300177021551145106106
Binary11101000110000001111111010001101101100110010110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C07F; }

 p { color: rgb(232,192,127); }

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

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

 a { background-color: rgb(232,192,127); }

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

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

 span { border-color: rgb(232,192,127); }

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