#EBC68A

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

Shades of New Orleans #EBC68A

Tints of New Orleans #EBC68A

Color information

#EBC68A (or 0xEBC68A) is unknown color: approx New Orleans. HEX triplet: EB, C6 and 8A. RGB value is (235,198,138). Sum of RGB (Red+Green+Blue) = 235+198+138=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 138 (54.30% from 255 or 24.17% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC68A is #143975. Grayscale: #CACACA. Windows color (decimal): -1325430 or 9094891. OLE color: 9094891.

HSL color Cylindrical-coordinate representation of color #EBC68A: hue angle of 37.11º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EBC68A is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB235198138-
CMYK00.160.410.08
HSL37.11º70.8%73.14%-
HSV(B)37.11º41.28%92.16%-
XYZ59.0459.8932.49-
YUV202.2291.76151.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.16%
GREEN value IS 198 (77.73% from 255) = 34.68%
BLUE value IS 138 (54.30% from 255) = 24.17%
R=41.16%
G=34.68%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519813800.160.410.0837.1170.873.14
HexEBC68A010298254749
Octal353306212020511045107111
Binary111010111100011010001010010000101001100010010110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC68A; }

 p { color: rgb(235,198,138); }

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

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

 a { background-color: rgb(235,198,138); }

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

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

 span { border-color: rgb(235,198,138); }

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