#EBC285

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

Shades of New Orleans #EBC285

Tints of New Orleans #EBC285

Color information

#EBC285 (or 0xEBC285) is unknown color: approx New Orleans. HEX triplet: EB, C2 and 85. RGB value is (235,194,133). Sum of RGB (Red+Green+Blue) = 235+194+133=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC285 is #143D7A. Grayscale: #C7C7C7. Windows color (decimal): -1326459 or 8766187. OLE color: 8766187.

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

Color convert

RGB235194133-
CMYK00.170.430.08
HSL35.88º71.83%72.16%-
HSV(B)35.88º43.4%92.16%-
XYZ57.7957.9430.33-
YUV199.390.58153.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.81%
GREEN value IS 194 (76.17% from 255) = 34.52%
BLUE value IS 133 (52.34% from 255) = 23.67%
R=41.81%
G=34.52%
B=23.67%

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
Decimal23519413300.170.430.0835.8871.8372.16
HexEBC2850112B8244848
Octal353302205021531044110110
Binary111010111100001010000101010001101011100010010010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC285; }

 p { color: rgb(235,194,133); }

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

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

 a { background-color: rgb(235,194,133); }

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

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

 span { border-color: rgb(235,194,133); }

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