Html Css Color HEX #ECC614 Moon Yellow

📋 copy color: '#ECC614'

red 236 ◦ green 198 ◦ blue 20

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

Shades of Moon Yellow #ECC614

Tints of Moon Yellow #ECC614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.41%

R = 51.98%
G = 43.61%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECC614 (or 0xECC614) is known color: Moon Yellow. HEX triplet: EC, C6 and 14. RGB value is (236,198,20). Sum of RGB (Red+Green+Blue) = 236+198+20=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 20 (8.20% from 255 or 4.41% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC614 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC614 is #1339EB. Grayscale: #BDBDBD. Windows color (decimal): -1260012 or 1361644. OLE color: 1361644.

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

Color convert

RGB 236 198 20 -
CMYK 0 0.16 0.92 0.07
HSL 49.44º 0.85% 0.5% -
HSV(B) 49.44º 0.92% 0.93% -
XYZ 54.91 58.27 9.02 -
YUV 189.07 32.59 161.47 -
System Red Green Blue C M Y K H S L
Decimal 236 198 20 0 0.16 0.92 0.07 49.44 0.85 0.5
Hex EC C6 14 0 10 5C 7 31 55 32
Octal 354 306 24 0 20 134 7 61 125 62
Binary 11101100 11000110 10100 0 10000 1011100 111 110001 1010101 110010

Color Harmonies of #ECC614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC614

Black with #ECC614

Text Example


Text Example

White with #ECC614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC614; }

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

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

background-color css

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

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

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

border-color css

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

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

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