#EBC48D

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

Shades of New Orleans #EBC48D

Tints of New Orleans #EBC48D

Color information

#EBC48D (or 0xEBC48D) is unknown color: approx New Orleans. HEX triplet: EB, C4 and 8D. RGB value is (235,196,141). Sum of RGB (Red+Green+Blue) = 235+196+141=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 196 (76.95% from 255 or 34.27% from 572); Blue value is 141 (55.47% from 255 or 24.65% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC48D is #143B72. Grayscale: #C9C9C9. Windows color (decimal): -1325939 or 9290987. OLE color: 9290987.

HSL color Cylindrical-coordinate representation of color #EBC48D: hue angle of 35.11º 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 #EBC48D is Cyan = 0, Magento = 0.17, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB235196141-
CMYK00.170.40.08
HSL35.11º70.15%73.73%-
HSV(B)35.11º40%92.16%-
XYZ58.8159.0733.5-
YUV201.3993.92151.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.08%
GREEN value IS 196 (76.95% from 255) = 34.27%
BLUE value IS 141 (55.47% from 255) = 24.65%
R=41.08%
G=34.27%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519614100.170.40.0835.1170.1573.73
HexEBC48D01128823464a
Octal353304215021501043106112
Binary111010111100010010001101010001101000100010001110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC48D; }

 p { color: rgb(235,196,141); }

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

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

 a { background-color: rgb(235,196,141); }

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

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

 span { border-color: rgb(235,196,141); }

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