#EBC589

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

Shades of New Orleans #EBC589

Tints of New Orleans #EBC589

Color information

#EBC589 (or 0xEBC589) is unknown color: approx New Orleans. HEX triplet: EB, C5 and 89. RGB value is (235,197,137). Sum of RGB (Red+Green+Blue) = 235+197+137=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 137 (53.91% from 255 or 24.08% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC589 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC589 is #143A76. Grayscale: #C9C9C9. Windows color (decimal): -1325687 or 9029099. OLE color: 9029099.

HSL color Cylindrical-coordinate representation of color #EBC589: hue angle of 36.73º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EBC589 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB235197137-
CMYK00.160.420.08
HSL36.73º71.01%72.94%-
HSV(B)36.73º41.7%92.16%-
XYZ58.7459.432.04-
YUV201.5291.59151.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.30%
GREEN value IS 197 (77.34% from 255) = 34.62%
BLUE value IS 137 (53.91% from 255) = 24.08%
R=41.30%
G=34.62%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519713700.160.420.0836.7371.0172.94
HexEBC5890102A8254749
Octal353305211020521045107111
Binary111010111100010110001001010000101010100010010110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC589; }

 p { color: rgb(235,197,137); }

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

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

 a { background-color: rgb(235,197,137); }

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

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

 span { border-color: rgb(235,197,137); }

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