#EBC385

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

Shades of New Orleans #EBC385

Tints of New Orleans #EBC385

Color information

#EBC385 (or 0xEBC385) is unknown color: approx New Orleans. HEX triplet: EB, C3 and 85. RGB value is (235,195,133). Sum of RGB (Red+Green+Blue) = 235+195+133=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC385 is #143C7A. Grayscale: #C8C8C8. Windows color (decimal): -1326203 or 8766443. OLE color: 8766443.

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

Color convert

RGB235195133-
CMYK00.170.430.08
HSL36.47º71.83%72.16%-
HSV(B)36.47º43.4%92.16%-
XYZ58.0158.3930.4-
YUV199.8990.25153.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.74%
GREEN value IS 195 (76.56% from 255) = 34.64%
BLUE value IS 133 (52.34% from 255) = 23.62%
R=41.74%
G=34.64%
B=23.62%

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
Decimal23519513300.170.430.0836.4771.8372.16
HexEBC3850112B8244848
Octal353303205021531044110110
Binary111010111100001110000101010001101011100010010010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC385; }

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

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

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

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

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

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

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

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