#ECC68D

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

Shades of New Orleans #ECC68D

Tints of New Orleans #ECC68D

Color information

#ECC68D (or 0xECC68D) is unknown color: approx New Orleans. HEX triplet: EC, C6 and 8D. RGB value is (236,198,141). Sum of RGB (Red+Green+Blue) = 236+198+141=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC68D is #133972. Grayscale: #CBCBCB. Windows color (decimal): -1259891 or 9291500. OLE color: 9291500.

HSL color Cylindrical-coordinate representation of color #ECC68D: hue angle of 36º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECC68D is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB236198141-
CMYK00.160.400.07
HSL36º71.43%73.92%-
HSV(B)36º40.25%92.55%-
XYZ59.5960.1433.67-
YUV202.8693.09151.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.04%
GREEN value IS 198 (77.73% from 255) = 34.43%
BLUE value IS 141 (55.47% from 255) = 24.52%
R=41.04%
G=34.43%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619814100.160.400.073671.4373.92
HexECC68D01028724474a
Octal35430621502050744107112
Binary11101100110001101000110101000010100011110010010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC68D; }

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

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

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

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

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

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

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

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