#EDC489

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

Shades of New Orleans #EDC489

Tints of New Orleans #EDC489

Color information

#EDC489 (or 0xEDC489) is unknown color: approx New Orleans. HEX triplet: ED, C4 and 89. RGB value is (237,196,137). Sum of RGB (Red+Green+Blue) = 237+196+137=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 137 (53.91% from 255 or 24.04% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC489 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC489 is #123B76. Grayscale: #C9C9C9. Windows color (decimal): -1194871 or 9028845. OLE color: 9028845.

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

Color convert

RGB237196137-
CMYK00.170.420.07
HSL35.4º73.53%73.33%-
HSV(B)35.4º42.19%92.94%-
XYZ59.1859.2931.99-
YUV201.5391.58153.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.58%
GREEN value IS 196 (76.95% from 255) = 34.39%
BLUE value IS 137 (53.91% from 255) = 24.04%
R=41.58%
G=34.39%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719613700.170.420.0735.473.5373.33
HexEDC4890112A7234a49
Octal35530421102152743112111
Binary11101101110001001000100101000110101011110001110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC489; }

 p { color: rgb(237,196,137); }

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

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

 a { background-color: rgb(237,196,137); }

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

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

 span { border-color: rgb(237,196,137); }

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