#EBC38B

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

Shades of New Orleans #EBC38B

Tints of New Orleans #EBC38B

Color information

#EBC38B (or 0xEBC38B) is unknown color: approx New Orleans. HEX triplet: EB, C3 and 8B. RGB value is (235,195,139). Sum of RGB (Red+Green+Blue) = 235+195+139=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 139 (54.69% from 255 or 24.43% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC38B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC38B is #143C74. Grayscale: #C8C8C8. Windows color (decimal): -1326197 or 9159659. OLE color: 9159659.

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

Color convert

RGB235195139-
CMYK00.170.410.08
HSL35º70.59%73.33%-
HSV(B)35º40.85%92.16%-
XYZ58.4458.5632.65-
YUV200.5893.25152.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.30%
GREEN value IS 195 (76.56% from 255) = 34.27%
BLUE value IS 139 (54.69% from 255) = 24.43%
R=41.30%
G=34.27%
B=24.43%

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
Decimal23519513900.170.410.083570.5973.33
HexEBC38B011298234749
Octal353303213021511043107111
Binary111010111100001110001011010001101001100010001110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC38B; }

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

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

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

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

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

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

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

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