#ECC285

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

Shades of New Orleans #ECC285

Tints of New Orleans #ECC285

Color information

#ECC285 (or 0xECC285) is unknown color: approx New Orleans. HEX triplet: EC, C2 and 85. RGB value is (236,194,133). Sum of RGB (Red+Green+Blue) = 236+194+133=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC285 is #133D7A. Grayscale: #C7C7C7. Windows color (decimal): -1260923 or 8766188. OLE color: 8766188.

HSL color Cylindrical-coordinate representation of color #ECC285: hue angle of 35.53º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECC285 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB236194133-
CMYK00.180.440.07
HSL35.53º73.05%72.35%-
HSV(B)35.53º43.64%92.55%-
XYZ58.1258.1130.34-
YUV199.690.41153.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.92%
GREEN value IS 194 (76.17% from 255) = 34.46%
BLUE value IS 133 (52.34% from 255) = 23.62%
R=41.92%
G=34.46%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619413300.180.440.0735.5373.0572.35
HexECC2850122C7244948
Octal35430220502254744111110
Binary11101100110000101000010101001010110011110010010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC285; }

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

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

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

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

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

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

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

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