Html Css Color HEX #ECC120 Moon Yellow

📋 copy color: '#ECC120'

red 236 ◦ green 193 ◦ blue 32

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

Shades of Moon Yellow #ECC120

Tints of Moon Yellow #ECC120

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.87%

 BLUE value IS 32 (12.89% from 255) = 6.94%

R = 51.19%
G = 41.87%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ECC120 (or 0xECC120) is known color: Moon Yellow. HEX triplet: EC, C1 and 20. RGB value is (236,193,32). Sum of RGB (Red+Green+Blue) = 236+193+32=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 32 (12.89% from 255 or 6.94% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC120 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC120 is #133EDF. Grayscale: #BCBCBC. Windows color (decimal): -1261280 or 2146796. OLE color: 2146796.

HSL color Cylindrical-coordinate representation of color #ECC120: hue angle of 47.35º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ECC120 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 193 32 -
CMYK 0 0.18 0.86 0.07
HSL 47.35º 0.84% 0.53% -
HSV(B) 47.35º 0.86% 0.93% -
XYZ 53.92 56.08 9.35 -
YUV 187.5 40.25 162.59 -
System Red Green Blue C M Y K H S L
Decimal 236 193 32 0 0.18 0.86 0.07 47.35 0.84 0.53
Hex EC C1 20 0 12 56 7 2F 54 35
Octal 354 301 40 0 22 126 7 57 124 65
Binary 11101100 11000001 100000 0 10010 1010110 111 101111 1010100 110101

Color Harmonies of #ECC120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC120

Black with #ECC120

Text Example


Text Example

White with #ECC120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC120; }

 p { color: rgb(236,193,32); }

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

background-color css

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

 a { background-color: rgb(236,193,32); }

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

border-color css

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

 span { border-color: rgb(236,193,32); }

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