#EDC289

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

Shades of New Orleans #EDC289

Tints of New Orleans #EDC289

Color information

#EDC289 (or 0xEDC289) is unknown color: approx New Orleans. HEX triplet: ED, C2 and 89. RGB value is (237,194,137). Sum of RGB (Red+Green+Blue) = 237+194+137=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 137 (53.91% from 255 or 24.12% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC289 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC289 is #123D76. Grayscale: #C8C8C8. Windows color (decimal): -1195383 or 9028333. OLE color: 9028333.

HSL color Cylindrical-coordinate representation of color #EDC289: hue angle of 34.2º 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 #EDC289 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB237194137-
CMYK00.180.420.07
HSL34.2º73.53%73.33%-
HSV(B)34.2º42.19%92.94%-
XYZ58.7358.3931.84-
YUV200.3692.25154.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.73%
GREEN value IS 194 (76.17% from 255) = 34.15%
BLUE value IS 137 (53.91% from 255) = 24.12%
R=41.73%
G=34.15%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719413700.180.420.0734.273.5373.33
HexEDC2890122A7224a49
Octal35530221102252742112111
Binary11101101110000101000100101001010101011110001010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC289; }

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

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

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

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

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

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

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

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