#EBC78D

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

Shades of New Orleans #EBC78D

Tints of New Orleans #EBC78D

Color information

#EBC78D (or 0xEBC78D) is unknown color: approx New Orleans. HEX triplet: EB, C7 and 8D. RGB value is (235,199,141). Sum of RGB (Red+Green+Blue) = 235+199+141=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC78D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC78D is #143872. Grayscale: #CBCBCB. Windows color (decimal): -1325171 or 9291755. OLE color: 9291755.

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

Color convert

RGB235199141-
CMYK00.150.40.08
HSL37.02º70.15%73.73%-
HSV(B)37.02º40%92.16%-
XYZ59.4960.4333.73-
YUV203.1592.93150.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.87%
GREEN value IS 199 (78.12% from 255) = 34.61%
BLUE value IS 141 (55.47% from 255) = 24.52%
R=40.87%
G=34.61%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519914100.150.40.0837.0270.1573.73
HexEBC78D0F28825464a
Octal353307215017501045106112
Binary11101011110001111000110101111101000100010010110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC78D; }

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

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

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

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

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

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

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

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