#E2C98B

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

Shades of New Orleans #E2C98B

Tints of New Orleans #E2C98B

Color information

#E2C98B (or 0xE2C98B) is unknown color: approx New Orleans. HEX triplet: E2, C9 and 8B. RGB value is (226,201,139). Sum of RGB (Red+Green+Blue) = 226+201+139=566 (74% of max value = 765). Red value is 226 (88.67% from 255 or 39.93% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 139 (54.69% from 255 or 24.56% from 566); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C98B is #1D3674. Grayscale: #C9C9C9. Windows color (decimal): -1914485 or 9161186. OLE color: 9161186.

HSL color Cylindrical-coordinate representation of color #E2C98B: hue angle of 42.76º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2C98B is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB226201139-
CMYK00.110.380.11
HSL42.76º60%71.57%-
HSV(B)42.76º38.5%88.63%-
XYZ56.9159.8132.97-
YUV201.4192.78145.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.93%
GREEN value IS 201 (78.91% from 255) = 35.51%
BLUE value IS 139 (54.69% from 255) = 24.56%
R=39.93%
G=35.51%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620113900.110.380.1142.766071.57
HexE2C98B0B26B2b3c48
Octal34231121301346135374110
Binary1110001011001001100010110101110011010111010111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C98B; }

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

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

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

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

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

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

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

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