#E1C98B

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

Shades of New Orleans #E1C98B

Tints of New Orleans #E1C98B

Color information

#E1C98B (or 0xE1C98B) is unknown color: approx New Orleans. HEX triplet: E1, C9 and 8B. RGB value is (225,201,139). Sum of RGB (Red+Green+Blue) = 225+201+139=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 139 (54.69% from 255 or 24.60% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C98B is #1E3674. Grayscale: #C9C9C9. Windows color (decimal): -1980021 or 9161185. OLE color: 9161185.

HSL color Cylindrical-coordinate representation of color #E1C98B: hue angle of 43.26º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E1C98B is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB225201139-
CMYK00.110.380.12
HSL43.26º58.9%71.37%-
HSV(B)43.26º38.22%88.24%-
XYZ56.659.6432.96-
YUV201.1192.95145.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.82%
GREEN value IS 201 (78.91% from 255) = 35.58%
BLUE value IS 139 (54.69% from 255) = 24.60%
R=39.82%
G=35.58%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520113900.110.380.1243.2658.971.37
HexE1C98B0B26C2b3b47
Octal34131121301346145373107
Binary1110000111001001100010110101110011011001010111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C98B; }

 p { color: rgb(225,201,139); }

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

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

 a { background-color: rgb(225,201,139); }

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

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

 span { border-color: rgb(225,201,139); }

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