#EDC48A

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

Shades of New Orleans #EDC48A

Tints of New Orleans #EDC48A

Color information

#EDC48A (or 0xEDC48A) is unknown color: approx New Orleans. HEX triplet: ED, C4 and 8A. RGB value is (237,196,138). Sum of RGB (Red+Green+Blue) = 237+196+138=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 138 (54.30% from 255 or 24.17% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC48A is #123B75. Grayscale: #C9C9C9. Windows color (decimal): -1194870 or 9094381. OLE color: 9094381.

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

Color convert

RGB237196138-
CMYK00.170.420.07
HSL35.15º73.33%73.53%-
HSV(B)35.15º41.77%92.94%-
XYZ59.2559.3232.37-
YUV201.6592.08153.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.51%
GREEN value IS 196 (76.95% from 255) = 34.33%
BLUE value IS 138 (54.30% from 255) = 24.17%
R=41.51%
G=34.33%
B=24.17%

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
Decimal23719613800.170.420.0735.1573.3373.53
HexEDC48A0112A723494a
Octal35530421202152743111112
Binary11101101110001001000101001000110101011110001110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC48A; }

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

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

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

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

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

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

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

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