#E5C78D

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

Shades of New Orleans #E5C78D

Tints of New Orleans #E5C78D

Color information

#E5C78D (or 0xE5C78D) is unknown color: approx New Orleans. HEX triplet: E5, C7 and 8D. RGB value is (229,199,141). Sum of RGB (Red+Green+Blue) = 229+199+141=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 199 (78.12% from 255 or 34.97% from 569); Blue value is 141 (55.47% from 255 or 24.78% from 569); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C78D is #1A3872. Grayscale: #C9C9C9. Windows color (decimal): -1718387 or 9291749. OLE color: 9291749.

HSL color Cylindrical-coordinate representation of color #E5C78D: hue angle of 39.55º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5C78D is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB229199141-
CMYK00.130.380.10
HSL39.55º62.86%72.55%-
HSV(B)39.55º38.43%89.8%-
XYZ57.5459.4333.64-
YUV201.3693.94147.72-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.25%
GREEN value IS 199 (78.12% from 255) = 34.97%
BLUE value IS 141 (55.47% from 255) = 24.78%
R=40.25%
G=34.97%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919914100.130.380.1039.5562.8672.55
HexE5C78D0D26A283f49
Octal34530721501546125077111
Binary1110010111000111100011010110110011010101010001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C78D; }

 p { color: rgb(229,199,141); }

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

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

 a { background-color: rgb(229,199,141); }

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

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

 span { border-color: rgb(229,199,141); }

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