#EBC28A

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

Shades of New Orleans #EBC28A

Tints of New Orleans #EBC28A

Color information

#EBC28A (or 0xEBC28A) is unknown color: approx New Orleans. HEX triplet: EB, C2 and 8A. RGB value is (235,194,138). Sum of RGB (Red+Green+Blue) = 235+194+138=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 138 (54.30% from 255 or 24.34% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC28A is #143D75. Grayscale: #C8C8C8. Windows color (decimal): -1326454 or 9093867. OLE color: 9093867.

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

Color convert

RGB235194138-
CMYK00.170.410.08
HSL34.64º70.8%73.14%-
HSV(B)34.64º41.28%92.16%-
XYZ58.1458.0832.19-
YUV199.8893.08153.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.45%
GREEN value IS 194 (76.17% from 255) = 34.22%
BLUE value IS 138 (54.30% from 255) = 24.34%
R=41.45%
G=34.22%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519413800.170.410.0834.6470.873.14
HexEBC28A011298234749
Octal353302212021511043107111
Binary111010111100001010001010010001101001100010001110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC28A; }

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

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

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

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

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

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

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

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