#E5C57F

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

Shades of New Orleans #E5C57F

Tints of New Orleans #E5C57F

Color information

#E5C57F (or 0xE5C57F) is unknown color: approx New Orleans. HEX triplet: E5, C5 and 7F. RGB value is (229,197,127). Sum of RGB (Red+Green+Blue) = 229+197+127=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 127 (50% from 255 or 22.97% from 553); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C57F is #1A3A80. Grayscale: #C6C6C6. Windows color (decimal): -1718913 or 8373733. OLE color: 8373733.

HSL color Cylindrical-coordinate representation of color #E5C57F: hue angle of 41.18º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5C57F is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB229197127-
CMYK00.140.450.10
HSL41.18º66.23%69.8%-
HSV(B)41.18º44.54%89.8%-
XYZ56.1158.1228.34-
YUV198.5987.6149.69-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.41%
GREEN value IS 197 (77.34% from 255) = 35.62%
BLUE value IS 127 (50% from 255) = 22.97%
R=41.41%
G=35.62%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919712700.140.450.1041.1866.2369.8
HexE5C57F0E2DA294246
Octal345305177016551251102106
Binary1110010111000101111111101110101101101010100110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C57F; }

 p { color: rgb(229,197,127); }

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

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

 a { background-color: rgb(229,197,127); }

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

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

 span { border-color: rgb(229,197,127); }

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