#EBC28E

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

Shades of New Orleans #EBC28E

Tints of New Orleans #EBC28E

Color information

#EBC28E (or 0xEBC28E) is unknown color: approx New Orleans. HEX triplet: EB, C2 and 8E. RGB value is (235,194,142). Sum of RGB (Red+Green+Blue) = 235+194+142=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 142 (55.86% from 255 or 24.87% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC28E is #143D71. Grayscale: #C8C8C8. Windows color (decimal): -1326450 or 9356011. OLE color: 9356011.

HSL color Cylindrical-coordinate representation of color #EBC28E: hue angle of 33.55º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBC28E is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB235194142-
CMYK00.170.400.08
HSL33.55º69.92%73.92%-
HSV(B)33.55º39.57%92.16%-
XYZ58.4458.233.74-
YUV200.3395.08152.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.16%
GREEN value IS 194 (76.17% from 255) = 33.98%
BLUE value IS 142 (55.86% from 255) = 24.87%
R=41.16%
G=33.98%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519414200.170.400.0833.5569.9273.92
HexEBC28E01128822464a
Octal353302216021501042106112
Binary111010111100001010001110010001101000100010001010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC28E; }

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

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

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

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

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

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

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

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