Html Css Color HEX #ECC116 Moon Yellow

📋 copy color: '#ECC116'

red 236 ◦ green 193 ◦ blue 22

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

Shades of Moon Yellow #ECC116

Tints of Moon Yellow #ECC116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.88%

R = 52.33%
G = 42.79%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ECC116 (or 0xECC116) is known color: Moon Yellow. HEX triplet: EC, C1 and 16. RGB value is (236,193,22). Sum of RGB (Red+Green+Blue) = 236+193+22=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 22 (8.98% from 255 or 4.88% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC116 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC116 is #133EE9. Grayscale: #BBBBBB. Windows color (decimal): -1261290 or 1491436. OLE color: 1491436.

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

Color convert

RGB 236 193 22 -
CMYK 0 0.18 0.91 0.07
HSL 47.94º 0.85% 0.51% -
HSV(B) 47.94º 0.91% 0.93% -
XYZ 53.81 56.03 8.74 -
YUV 186.36 35.25 163.4 -
System Red Green Blue C M Y K H S L
Decimal 236 193 22 0 0.18 0.91 0.07 47.94 0.85 0.51
Hex EC C1 16 0 12 5B 7 30 55 33
Octal 354 301 26 0 22 133 7 60 125 63
Binary 11101100 11000001 10110 0 10010 1011011 111 110000 1010101 110011

Color Harmonies of #ECC116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC116

Black with #ECC116

Text Example


Text Example

White with #ECC116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC116; }

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

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

background-color css

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

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

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

border-color css

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

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

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