#EDC28E

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

Shades of New Orleans #EDC28E

Tints of New Orleans #EDC28E

Color information

#EDC28E (or 0xEDC28E) is unknown color: approx New Orleans. HEX triplet: ED, C2 and 8E. RGB value is (237,194,142). Sum of RGB (Red+Green+Blue) = 237+194+142=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 142 (55.86% from 255 or 24.78% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC28E is #123D71. Grayscale: #C9C9C9. Windows color (decimal): -1195378 or 9356013. OLE color: 9356013.

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

Color convert

RGB237194142-
CMYK00.180.400.07
HSL32.84º72.52%74.31%-
HSV(B)32.84º40.08%92.94%-
XYZ59.158.5433.78-
YUV200.9394.75153.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.36%
GREEN value IS 194 (76.17% from 255) = 33.86%
BLUE value IS 142 (55.86% from 255) = 24.78%
R=41.36%
G=33.86%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719414200.180.400.0732.8472.5274.31
HexEDC28E01228721494a
Octal35530221602250741111112
Binary11101101110000101000111001001010100011110000110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC28E; }

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

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

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

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

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

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

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

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