#E7C07B

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

Shades of New Orleans #E7C07B

Tints of New Orleans #E7C07B

Color information

#E7C07B (or 0xE7C07B) is unknown color: approx New Orleans. HEX triplet: E7, C0 and 7B. RGB value is (231,192,123). Sum of RGB (Red+Green+Blue) = 231+192+123=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 123 (48.44% from 255 or 22.53% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C07B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C07B is #183F84. Grayscale: #C4C4C4. Windows color (decimal): -1589125 or 8110311. OLE color: 8110311.

HSL color Cylindrical-coordinate representation of color #E7C07B: hue angle of 38.33º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E7C07B is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB231192123-
CMYK00.170.470.09
HSL38.33º69.23%69.41%-
HSV(B)38.33º46.75%90.59%-
XYZ55.3856.1226.65-
YUV195.886.92153.11-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.31%
GREEN value IS 192 (75.39% from 255) = 35.16%
BLUE value IS 123 (48.44% from 255) = 22.53%
R=42.31%
G=35.16%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119212300.170.470.0938.3369.2369.41
HexE7C07B0112F9264545
Octal347300173021571146105105
Binary11100111110000001111011010001101111100110011010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C07B; }

 p { color: rgb(231,192,123); }

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

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

 a { background-color: rgb(231,192,123); }

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

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

 span { border-color: rgb(231,192,123); }

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