#EBC389

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

Shades of New Orleans #EBC389

Tints of New Orleans #EBC389

Color information

#EBC389 (or 0xEBC389) is unknown color: approx New Orleans. HEX triplet: EB, C3 and 89. RGB value is (235,195,137). Sum of RGB (Red+Green+Blue) = 235+195+137=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 137 (53.91% from 255 or 24.16% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC389 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC389 is #143C76. Grayscale: #C8C8C8. Windows color (decimal): -1326199 or 9028587. OLE color: 9028587.

HSL color Cylindrical-coordinate representation of color #EBC389: hue angle of 35.51º 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 #EBC389 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB235195137-
CMYK00.170.420.08
HSL35.51º71.01%72.94%-
HSV(B)35.51º41.7%92.16%-
XYZ58.2958.531.89-
YUV200.3592.25152.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.45%
GREEN value IS 195 (76.56% from 255) = 34.39%
BLUE value IS 137 (53.91% from 255) = 24.16%
R=41.45%
G=34.39%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519513700.170.420.0835.5171.0172.94
HexEBC3890112A8244749
Octal353303211021521044107111
Binary111010111100001110001001010001101010100010010010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC389; }

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

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

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

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

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

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

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

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