#EDC389

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

Shades of New Orleans #EDC389

Tints of New Orleans #EDC389

Color information

#EDC389 (or 0xEDC389) is unknown color: approx New Orleans. HEX triplet: ED, C3 and 89. RGB value is (237,195,137). Sum of RGB (Red+Green+Blue) = 237+195+137=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 137 (53.91% from 255 or 24.08% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC389 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC389 is #123C76. Grayscale: #C9C9C9. Windows color (decimal): -1195127 or 9028589. OLE color: 9028589.

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

Color convert

RGB237195137-
CMYK00.180.420.07
HSL34.8º73.53%73.33%-
HSV(B)34.8º42.19%92.94%-
XYZ58.9658.8431.92-
YUV200.9591.91153.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.65%
GREEN value IS 195 (76.56% from 255) = 34.27%
BLUE value IS 137 (53.91% from 255) = 24.08%
R=41.65%
G=34.27%
B=24.08%

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
Decimal23719513700.180.420.0734.873.5373.33
HexEDC3890122A7234a49
Octal35530321102252743112111
Binary11101101110000111000100101001010101011110001110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC389; }

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

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

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

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

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

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

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

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