#EBC68D

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

Shades of New Orleans #EBC68D

Tints of New Orleans #EBC68D

Color information

#EBC68D (or 0xEBC68D) is unknown color: approx New Orleans. HEX triplet: EB, C6 and 8D. RGB value is (235,198,141). Sum of RGB (Red+Green+Blue) = 235+198+141=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC68D is #143972. Grayscale: #CACACA. Windows color (decimal): -1325427 or 9291499. OLE color: 9291499.

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

Color convert

RGB235198141-
CMYK00.160.40.08
HSL36.38º70.15%73.73%-
HSV(B)36.38º40%92.16%-
XYZ59.2659.9733.65-
YUV202.5693.26151.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.94%
GREEN value IS 198 (77.73% from 255) = 34.49%
BLUE value IS 141 (55.47% from 255) = 24.56%
R=40.94%
G=34.49%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519814100.160.40.0836.3870.1573.73
HexEBC68D01028824464a
Octal353306215020501044106112
Binary111010111100011010001101010000101000100010010010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC68D; }

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

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

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

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

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

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

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

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