#EBC78C

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

Shades of New Orleans #EBC78C

Tints of New Orleans #EBC78C

Color information

#EBC78C (or 0xEBC78C) is unknown color: approx New Orleans. HEX triplet: EB, C7 and 8C. RGB value is (235,199,140). Sum of RGB (Red+Green+Blue) = 235+199+140=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 199 (78.12% from 255 or 34.67% from 574); Blue value is 140 (55.08% from 255 or 24.39% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC78C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC78C is #143873. Grayscale: #CBCBCB. Windows color (decimal): -1325172 or 9226219. OLE color: 9226219.

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

Color convert

RGB235199140-
CMYK00.150.400.08
HSL37.26º70.37%73.53%-
HSV(B)37.26º40.43%92.16%-
XYZ59.4260.433.34-
YUV203.0492.43150.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.94%
GREEN value IS 199 (78.12% from 255) = 34.67%
BLUE value IS 140 (55.08% from 255) = 24.39%
R=40.94%
G=34.67%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519914000.150.400.0837.2670.3773.53
HexEBC78C0F28825464a
Octal353307214017501045106112
Binary11101011110001111000110001111101000100010010110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC78C; }

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

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

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

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

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

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

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

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