#EBC387

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

Shades of New Orleans #EBC387

Tints of New Orleans #EBC387

Color information

#EBC387 (or 0xEBC387) is unknown color: approx New Orleans. HEX triplet: EB, C3 and 87. RGB value is (235,195,135). Sum of RGB (Red+Green+Blue) = 235+195+135=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 135 (53.12% from 255 or 23.89% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC387 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC387 is #143C78. Grayscale: #C8C8C8. Windows color (decimal): -1326201 or 8897515. OLE color: 8897515.

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

Color convert

RGB235195135-
CMYK00.170.430.08
HSL36º71.43%72.55%-
HSV(B)36º42.55%92.16%-
XYZ58.1558.4431.14-
YUV200.1291.25152.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.59%
GREEN value IS 195 (76.56% from 255) = 34.51%
BLUE value IS 135 (53.12% from 255) = 23.89%
R=41.59%
G=34.51%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519513500.170.430.083671.4372.55
HexEBC3870112B8244749
Octal353303207021531044107111
Binary111010111100001110000111010001101011100010010010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC387; }

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

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

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

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

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

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

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

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