Html Css Color HEX #ECC68A New Orleans

📋 copy color: '#ECC68A'

red 236 ◦ green 198 ◦ blue 138

#ECC68A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Orleans #ECC68A

Tints of New Orleans #ECC68A

RGB

 RED value IS 236 (92.58% from 255) = 41.26%

 GREEN value IS 198 (77.73% from 255) = 34.62%

 BLUE value IS 138 (54.3% from 255) = 24.13%

R = 41.26%
G = 34.62%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ECC68A (or 0xECC68A) is known color: New Orleans. HEX triplet: EC, C6 and 8A. RGB value is (236,198,138). Sum of RGB (Red+Green+Blue) = 236+198+138=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 138 (54.30% from 255 or 24.13% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC68A is #133975. Grayscale: #CACACA. Windows color (decimal): -1259894 or 9094892. OLE color: 9094892.

HSL color Cylindrical-coordinate representation of color #ECC68A: hue angle of 36.73º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ECC68A is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 198 138 -
CMYK 0 0.16 0.42 0.07
HSL 36.73º 0.72% 0.73% -
HSV(B) 36.73º 0.42% 0.93% -
XYZ 59.37 60.06 32.51 -
YUV 202.52 91.59 151.88 -
System Red Green Blue C M Y K H S L
Decimal 236 198 138 0 0.16 0.42 0.07 36.73 0.72 0.73
Hex EC C6 8A 0 10 2A 7 25 48 49
Octal 354 306 212 0 20 52 7 45 110 111
Binary 11101100 11000110 10001010 0 10000 101010 111 100101 1001000 1001001

Color Harmonies of #ECC68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC68A

Black with #ECC68A

Text Example


Text Example

White with #ECC68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC68A; }

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

 H1.HeaderClassName
 {
   color: #ECC68A;
 }
 .AnyTagClassName
 {
   color: #ECC68A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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