Html Css Color HEX #ECC420 Moon Yellow

📋 copy color: '#ECC420'

red 236 ◦ green 196 ◦ blue 32

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

Shades of Moon Yellow #ECC420

Tints of Moon Yellow #ECC420

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.24%

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

R = 50.86%
G = 42.24%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ECC420 (or 0xECC420) is known color: Moon Yellow. HEX triplet: EC, C4 and 20. RGB value is (236,196,32). Sum of RGB (Red+Green+Blue) = 236+196+32=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 32 (12.89% from 255 or 6.90% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC420 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC420 is #133BDF. Grayscale: #BDBDBD. Windows color (decimal): -1260512 or 2147564. OLE color: 2147564.

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

Color convert

RGB 236 196 32 -
CMYK 0 0.17 0.86 0.07
HSL 48.24º 0.84% 0.53% -
HSV(B) 48.24º 0.86% 0.93% -
XYZ 54.59 57.42 9.57 -
YUV 189.26 39.25 161.34 -
System Red Green Blue C M Y K H S L
Decimal 236 196 32 0 0.17 0.86 0.07 48.24 0.84 0.53
Hex EC C4 20 0 11 56 7 30 54 35
Octal 354 304 40 0 21 126 7 60 124 65
Binary 11101100 11000100 100000 0 10001 1010110 111 110000 1010100 110101

Color Harmonies of #ECC420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC420

Black with #ECC420

Text Example


Text Example

White with #ECC420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC420; }

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

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

background-color css

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

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

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

border-color css

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

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

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