#EBC38D

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

Shades of New Orleans #EBC38D

Tints of New Orleans #EBC38D

Color information

#EBC38D (or 0xEBC38D) is unknown color: approx New Orleans. HEX triplet: EB, C3 and 8D. RGB value is (235,195,141). Sum of RGB (Red+Green+Blue) = 235+195+141=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 141 (55.47% from 255 or 24.69% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC38D is #143C72. Grayscale: #C9C9C9. Windows color (decimal): -1326195 or 9290731. OLE color: 9290731.

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

Color convert

RGB235195141-
CMYK00.170.40.08
HSL34.47º70.15%73.73%-
HSV(B)34.47º40%92.16%-
XYZ58.5858.6233.43-
YUV200.894.25152.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.16%
GREEN value IS 195 (76.56% from 255) = 34.15%
BLUE value IS 141 (55.47% from 255) = 24.69%
R=41.16%
G=34.15%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519514100.170.40.0834.4770.1573.73
HexEBC38D01128822464a
Octal353303215021501042106112
Binary111010111100001110001101010001101000100010001010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC38D; }

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

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

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

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

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

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

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

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