#EBC78A

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

Shades of New Orleans #EBC78A

Tints of New Orleans #EBC78A

Color information

#EBC78A (or 0xEBC78A) is unknown color: approx New Orleans. HEX triplet: EB, C7 and 8A. RGB value is (235,199,138). Sum of RGB (Red+Green+Blue) = 235+199+138=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 199 (78.12% from 255 or 34.79% from 572); Blue value is 138 (54.30% from 255 or 24.13% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC78A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC78A is #143875. Grayscale: #CBCBCB. Windows color (decimal): -1325174 or 9095147. OLE color: 9095147.

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

Color convert

RGB235199138-
CMYK00.150.410.08
HSL37.73º70.8%73.14%-
HSV(B)37.73º41.28%92.16%-
XYZ59.2760.3432.57-
YUV202.8191.43150.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.08%
GREEN value IS 199 (78.12% from 255) = 34.79%
BLUE value IS 138 (54.30% from 255) = 24.13%
R=41.08%
G=34.79%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519913800.150.410.0837.7370.873.14
HexEBC78A0F298264749
Octal353307212017511046107111
Binary11101011110001111000101001111101001100010011010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC78A; }

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

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

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

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

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

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

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

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