Html Css Color HEX #ECC220 Moon Yellow

📋 copy color: '#ECC220'

red 236 ◦ green 194 ◦ blue 32

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

Shades of Moon Yellow #ECC220

Tints of Moon Yellow #ECC220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.99%

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

R = 51.08%
G = 41.99%
B = 6.93%

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

#ECC220 (or 0xECC220) is known color: Moon Yellow. HEX triplet: EC, C2 and 20. RGB value is (236,194,32). Sum of RGB (Red+Green+Blue) = 236+194+32=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 32 (12.89% from 255 or 6.93% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC220 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC220 is #133DDF. Grayscale: #BCBCBC. Windows color (decimal): -1261024 or 2147052. OLE color: 2147052.

HSL color Cylindrical-coordinate representation of color #ECC220: hue angle of 47.65º 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 #ECC220 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 194 32 -
CMYK 0 0.18 0.86 0.07
HSL 47.65º 0.84% 0.53% -
HSV(B) 47.65º 0.86% 0.93% -
XYZ 54.14 56.52 9.42 -
YUV 188.09 39.91 162.17 -
System Red Green Blue C M Y K H S L
Decimal 236 194 32 0 0.18 0.86 0.07 47.65 0.84 0.53
Hex EC C2 20 0 12 56 7 30 54 35
Octal 354 302 40 0 22 126 7 60 124 65
Binary 11101100 11000010 100000 0 10010 1010110 111 110000 1010100 110101

Color Harmonies of #ECC220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC220

Black with #ECC220

Text Example


Text Example

White with #ECC220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC220; }

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

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

background-color css

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

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

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

border-color css

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

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

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